-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathhead.html
More file actions
21 lines (18 loc) · 1.04 KB
/
head.html
File metadata and controls
21 lines (18 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- <base href="https://www.normal.club" /> -->
<link rel="manifest" href="/manifest.webmanifest" />
<meta name="application-name" content="Normal Ice Cream" />
<!-- display -->
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="icon" sizes="16x16" href="/assets/icons/favicon-16x16.png" />
<link rel="icon" sizes="32x32" href="/assets/icons/favicon-32x32.png" />
<link rel="apple-touch-icon" href="/assets/icons/apple-touch-icon.png" />
<link rel="icon" sizes="192x192" href="/assets/icons/android-chrome-192x192.png" />
<link rel="icon" sizes="512x512" href="/assets/icons/android-chrome-512x512.png" />
<meta name="theme-color" content="#0D26F9" />
<!-- resources -->
<link rel="stylesheet" href="/assets/styles/styles.css">
<script src="/assets/scripts/scripts.js" type="module" crossorigin="use-credentials"></script>
<!-- verifications -->
<meta name="google-site-verification" content="a7V0NrFkukEZ58qAE0JIISzpNfXkunNt25s7dtG4hEQ" />