add common file

This commit is contained in:
florian 2025-06-17 14:28:53 +02:00
parent ac9a0396bc
commit 85ca371323
3 changed files with 18 additions and 27 deletions

View File

@ -4,17 +4,15 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The land of the penguin</title> <title>The land of the penguin</title>
<link rel="stylesheet" href="styles/common.css"> <link rel="stylesheet" href="https://commonhtml.thepenguinontheweb.tech/styles/common.css">
<link rel="stylesheet" href="styles/games.css"> <link rel="stylesheet" href="styles/games.css">
<link rel="icon" href="imgs/favicon.ico" type="image/x-icon"> <link rel="icon" href="imgs/favicon.ico" type="image/x-icon">
<script src="scripts/common.js" defer></script> <script src="https://commonhtml.thepenguinontheweb.tech/scripts/common.js" defer></script>
<script src="scripts/games.js" defer></script> <script src="scripts/games.js" defer></script>
</head> </head>
<body id="body" class="body"> <body id="body" class="body">
<header class="blur"> <header class="blur" id="header">
<a href="index.html" class="header-link">
The land of the penguin
</a>
</header> </header>
<main> <main>
<div class="card-container"> <div class="card-container">
@ -25,9 +23,8 @@
</a> </a>
</div> </div>
</main> </main>
<footer class="blur"> <footer class="blur" id="footer">
<p>&copy; 2025 The land of the penguin</p>
<p>Contact us at: <a href="mailto:florian@thepenguninontheweb.tech">florian@thepenguinontheweb.tech</a></p>
</footer> </footer>
</body> </body>
</html> </html>

View File

@ -4,17 +4,15 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The land of the penguin</title> <title>The land of the penguin</title>
<link rel="stylesheet" href="styles/common.css"> <link rel="stylesheet" href="https://commonhtml.thepenguinontheweb.tech/styles/common.css">
<link rel="stylesheet" href="styles/index.css"> <link rel="stylesheet" href="styles/index.css">
<link rel="icon" href="imgs/favicon.ico" type="image/x-icon"> <link rel="icon" href="imgs/favicon.ico" type="image/x-icon">
<script src="scripts/common.js" defer></script> <script src="https://commonhtml.thepenguinontheweb.tech/scripts/common.js" defer></script>
<script src="scripts/index.js" defer></script> <script src="scripts/index.js" defer></script>
</head> </head>
<body id="body" class="body"> <body id="body" class="body">
<header class="blur"> <header class="blur" id="header">
<a href="index.html" class="header-link">
The land of the penguin
</a>
</header> </header>
<main> <main>
<div class="card-container"> <div class="card-container">
@ -30,9 +28,8 @@
</a> </a>
</div> </div>
</main> </main>
<footer class="blur"> <footer class="blur" id="footer">
<p>&copy; 2025 The land of the penguin</p>
<p>Contact us at: <a href="mailto:florian@thepenguninontheweb.tech">florian@thepenguinontheweb.tech</a></p>
</footer> </footer>
</body> </body>
</html> </html>

View File

@ -4,17 +4,15 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The land of the penguin</title> <title>The land of the penguin</title>
<link rel="stylesheet" href="styles/common.css"> <link rel="stylesheet" href="https://commonhtml.thepenguinontheweb.tech/styles/common.css">
<link rel="stylesheet" href="styles/vps.css"> <link rel="stylesheet" href="styles/vps.css">
<link rel="icon" href="imgs/favicon.ico" type="image/x-icon"> <link rel="icon" href="imgs/favicon.ico" type="image/x-icon">
<script src="scripts/common.js" defer></script> <script src="https://commonhtml.thepenguinontheweb.tech/scripts/common.js" defer></script>
<script src="scripts/vps.js" defer></script> <script src="scripts/vps.js" defer></script>
</head> </head>
<body id="body" class="body"> <body id="body" class="body">
<header class="blur"> <header class="blur" id="header">
<a href="index.html" class="header-link">
The land of the penguin
</a>
</header> </header>
<main> <main>
<div class="presentation"> <div class="presentation">
@ -94,9 +92,8 @@
</div> </div>
</div> </div>
</main> </main>
<footer class="blur"> <footer class="blur" id="footer">
<p>&copy; 2025 The land of the penguin</p>
<p>Contact us at: <a href="mailto:florian@thepenguninontheweb.tech">florian@thepenguinontheweb.tech</a></p>
</footer> </footer>
</body> </body>
</html> </html>