-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 1.17 KB
/
Copy pathindex.html
File metadata and controls
22 lines (22 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link id="app-icon-any" rel="icon" type="image/svg+xml" sizes="any" href="/favicon.svg?v=20260313c" />
<link id="app-icon-32" rel="icon" type="image/png" sizes="32x32" href="/icon-32.png?v=20260313c" />
<link id="app-icon-16" rel="icon" type="image/png" sizes="16x16" href="/icon-16.png?v=20260313c" />
<link id="app-shortcut-icon" rel="shortcut icon" href="/favicon.svg?v=20260313c" />
<link id="app-touch-icon" rel="apple-touch-icon" sizes="180x180" href="/icon-180.png?v=20260313c" />
<link id="app-manifest" rel="manifest" href="/site.webmanifest?v=20260313c" />
<link id="app-mask-icon" rel="mask-icon" href="/safari-pinned-tab.svg?v=20260313c" color="#2f4e3f" />
<meta id="app-theme-color" name="theme-color" content="#0077ff" />
<meta name="apple-mobile-web-app-title" content="LinkSim" />
<meta name="application-name" content="LinkSim" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<title>LinkSim</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>