add icon
This commit is contained in:
parent
fd38d82822
commit
075918c76f
@ -6,6 +6,7 @@
|
||||
<title>The land of the penguin</title>
|
||||
<link rel="stylesheet" href="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="scripts/games.js" defer></script>
|
||||
</head>
|
||||
|
BIN
public/imgs/favicon.png
Normal file
BIN
public/imgs/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 MiB |
@ -6,6 +6,7 @@
|
||||
<title>The land of the penguin</title>
|
||||
<link rel="stylesheet" href="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="scripts/index.js" defer></script>
|
||||
</head>
|
||||
|
@ -6,6 +6,7 @@
|
||||
<title>The land of the penguin</title>
|
||||
<link rel="stylesheet" href="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="scripts/vps.js" defer></script>
|
||||
</head>
|
||||
|
Loading…
x
Reference in New Issue
Block a user