add common file
This commit is contained in:
parent
ac9a0396bc
commit
85ca371323
@ -4,17 +4,15 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<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="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>
|
||||
</head>
|
||||
<body id="body" class="body">
|
||||
<header class="blur">
|
||||
<a href="index.html" class="header-link">
|
||||
The land of the penguin
|
||||
</a>
|
||||
<header class="blur" id="header">
|
||||
|
||||
</header>
|
||||
<main>
|
||||
<div class="card-container">
|
||||
@ -25,9 +23,8 @@
|
||||
</a>
|
||||
</div>
|
||||
</main>
|
||||
<footer class="blur">
|
||||
<p>© 2025 The land of the penguin</p>
|
||||
<p>Contact us at: <a href="mailto:florian@thepenguninontheweb.tech">florian@thepenguinontheweb.tech</a></p>
|
||||
<footer class="blur" id="footer">
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
@ -4,17 +4,15 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<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="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>
|
||||
</head>
|
||||
<body id="body" class="body">
|
||||
<header class="blur">
|
||||
<a href="index.html" class="header-link">
|
||||
The land of the penguin
|
||||
</a>
|
||||
<header class="blur" id="header">
|
||||
|
||||
</header>
|
||||
<main>
|
||||
<div class="card-container">
|
||||
@ -30,9 +28,8 @@
|
||||
</a>
|
||||
</div>
|
||||
</main>
|
||||
<footer class="blur">
|
||||
<p>© 2025 The land of the penguin</p>
|
||||
<p>Contact us at: <a href="mailto:florian@thepenguninontheweb.tech">florian@thepenguinontheweb.tech</a></p>
|
||||
<footer class="blur" id="footer">
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
@ -4,17 +4,15 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<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="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>
|
||||
</head>
|
||||
<body id="body" class="body">
|
||||
<header class="blur">
|
||||
<a href="index.html" class="header-link">
|
||||
The land of the penguin
|
||||
</a>
|
||||
<header class="blur" id="header">
|
||||
|
||||
</header>
|
||||
<main>
|
||||
<div class="presentation">
|
||||
@ -94,9 +92,8 @@
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
<footer class="blur">
|
||||
<p>© 2025 The land of the penguin</p>
|
||||
<p>Contact us at: <a href="mailto:florian@thepenguninontheweb.tech">florian@thepenguinontheweb.tech</a></p>
|
||||
<footer class="blur" id="footer">
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user