small change
This commit is contained in:
parent
85ca371323
commit
532e24c35c
@ -5,10 +5,12 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>The land of the penguin</title>
|
||||
<link rel="stylesheet" href="https://commonhtml.thepenguinontheweb.tech/styles/common.css">
|
||||
<!-- <link rel="stylesheet" href="http://localhost:4999/styles/common.css"> -->
|
||||
<link rel="stylesheet" href="styles/games.css">
|
||||
<link rel="icon" href="imgs/favicon.ico" type="image/x-icon">
|
||||
<script src="https://commonhtml.thepenguinontheweb.tech/scripts/common.js" defer></script>
|
||||
<script src="scripts/games.js" defer></script>
|
||||
<script src="scripts/common.js" defer></script>
|
||||
</head>
|
||||
<body id="body" class="body">
|
||||
<header class="blur" id="header">
|
||||
|
@ -5,10 +5,12 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>The land of the penguin</title>
|
||||
<link rel="stylesheet" href="https://commonhtml.thepenguinontheweb.tech/styles/common.css">
|
||||
<!-- <link rel="stylesheet" href="http://localhost:4999/styles/common.css"> -->
|
||||
<link rel="stylesheet" href="styles/index.css">
|
||||
<link rel="icon" href="imgs/favicon.ico" type="image/x-icon">
|
||||
<script src="https://commonhtml.thepenguinontheweb.tech/scripts/common.js" defer></script>
|
||||
<script src="scripts/index.js" defer></script>
|
||||
<script src="scripts/common.js" defer></script>
|
||||
</head>
|
||||
<body id="body" class="body">
|
||||
<header class="blur" id="header">
|
||||
|
@ -1 +1 @@
|
||||
|
||||
loadHeaderFooter();
|
@ -5,10 +5,12 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>The land of the penguin</title>
|
||||
<link rel="stylesheet" href="https://commonhtml.thepenguinontheweb.tech/styles/common.css">
|
||||
<!-- <link rel="stylesheet" href="http://localhost:4999/styles/common.css"> -->
|
||||
<link rel="stylesheet" href="styles/vps.css">
|
||||
<link rel="icon" href="imgs/favicon.ico" type="image/x-icon">
|
||||
<script src="https://commonhtml.thepenguinontheweb.tech/scripts/common.js" defer></script>
|
||||
<script src="scripts/vps.js" defer></script>
|
||||
<script src="scripts/common.js" defer></script>
|
||||
</head>
|
||||
<body id="body" class="body">
|
||||
<header class="blur" id="header">
|
||||
|
Loading…
x
Reference in New Issue
Block a user