-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
21 lines (19 loc) · 822 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/png" href="/assets/icon.png" sizes="32x32" />
<link rel="icon" type="image/png" href="/assets/icon.png" sizes="192x192" />
<link rel="apple-touch-icon" href="/assets/icon.png" sizes="180x180" />
<link rel="apple-touch-icon" href="/assets/icon.png" sizes="76x76" />
<link rel="apple-touch-icon" href="/assets/icon.png" sizes="120x120" />
<link rel="apple-touch-icon" href="/assets/icon.png" sizes="152x152" />
<link rel="manifest" href="/assets/manifest.json" />
<title>Muhammed Rizin</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>