-
-
Notifications
You must be signed in to change notification settings - Fork 257
/
Copy pathindex.html
27 lines (24 loc) · 1018 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/assets/app-icons/finder/32.png" />
<!-- <meta name="viewport" content="width=device-width, initial-scale=1" /> -->
<meta name="description" content="MacOS Desktop experience for Web" />
<title>macOS in Svelte</title>
<meta property="og:title" content="macOS in Preact" />
<meta property="og:description" content="A painting of macOS Big Sur in HTML, CSS and JS" />
<meta property="og:image" content="https://macos.now.sh/assets/cover-image.png" />
<meta property="og:url" content="https://macos.now.sh" />
<meta name="twitter:card" content="summary_large_image" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.ts"></script>
</body>
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@200;300;350;400;500;600;700&display=swap"
rel="stylesheet"
/>
</html>