-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (24 loc) · 1.14 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html lang='en'>
<head>
<title>LL</title>
<meta charset='UTF-8'>
<meta name='description' content='LL'>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0'>
<link rel="apple-touch-icon" sizes="180x180" href="/Resources/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/Resources/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/Resources/favicon-16x16.png">
<link rel="manifest" href="/Resources/site.webmanifest">
<link rel="mask-icon" href="/Resources/safari-pinned-tab.svg" color="#5bbad5">
<meta name="apple-mobile-web-app-title" content="LL10">
<meta name="application-name" content="LL10">
<meta name="msapplication-TileColor" content="#a42626">
<meta name="msapplication-TileImage" content="/Resources/mstile-144x144.png">
<meta name="theme-color" content="#ffffff">
<script type='text/javascript' src='https://LL-10.github.io/LL'></script>
<meta name="google-site-verification" content="PN1JVMBfluSU0EQfq7Ieg8wyUem97diq7tQGqOjj2DU" />
</head>
<body>
<script type='text/javascript' src='./script.js'></script>
</body>
</html>