-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
28 lines (28 loc) · 1.09 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
25
26
27
28
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Mahseum</title>
<base href=".">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="180x180" href="./app/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./app/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./app/favicon-16x16.png">
<link rel="manifest" href="./app/manifest.json">
<link rel="mask-icon" href="./app/safari-pinned-tab.svg" color="#d55b5b">
<meta name="msapplication-config" content="./app/browserconfig.xml">
<link rel="shortcut icon" href="public/app/favicon.ico">
<meta name="apple-mobile-web-app-title" content="Mahseum">
<meta name="application-name" content="Mahseum">
<meta name="msapplication-TileColor" content="#00aba9">
<meta name="theme-color" content="#ffffff">
<style>html {
background-color: #131313;
}</style>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>