This commit is contained in:
Kyle
2020-12-20 17:03:51 -08:00
parent d5e83f501a
commit 52fdc50e16
9 changed files with 6 additions and 1 deletions

View File

@@ -11,6 +11,10 @@
<link rel="stylesheet" href="/css/reset.css">
<link rel="stylesheet" href="/css/style.css">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<script src='/js/main.js'></script>
</head>
<body>