add favicon
This commit is contained in:
parent
06eed282a4
commit
c26be6afe3
BIN
img/favicon.ico
Normal file
BIN
img/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
@ -5,6 +5,7 @@
|
||||
<meta name="viewport"
|
||||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link href="index.scss" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css?family=Bungee+Inline&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,900,900i&display=swap"
|
||||
@ -316,7 +317,7 @@
|
||||
</section>
|
||||
</main>
|
||||
<footer>
|
||||
Made by Jakub Koralewski.
|
||||
Made by the Jakub Koralewski gang.
|
||||
</footer>
|
||||
</body>
|
||||
<script src="index.ts" type="text/javascript"></script>
|
||||
|
@ -101,6 +101,7 @@ section#current {
|
||||
}
|
||||
article {
|
||||
margin-bottom: 1rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user