-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 822 Bytes
/
index.html
File metadata and controls
19 lines (19 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PlatformKit</title>
<meta name="description" content="PlatformKit — a sleek link-in-bio with an integrated local CMS." />
<link rel="manifest" href="/manifest.json" />
<link id="__platformkit-apple-touch" rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="alternate" type="application/rss+xml" title="Blog RSS Feed" href="/rss.xml" />
<link rel="preconnect" href="https://www.youtube.com" />
<link rel="preconnect" href="https://www.google.com" />
<link rel="preconnect" href="https://i.ytimg.com" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>