-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 1.31 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
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180" />
<link rel="mask-icon" href="/mask-icon.svg" color="#FFFFFF" />
<meta name="theme-color" content="#ffffff" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Name Your PC Day | NaNLABS</title>
<meta
name="description"
property="og:description"
content="Today is Name Your PC Day and we're here to make it memorable. Did you know that giving your computer a unique name not only adds a personal touch but also enhances the bond between you and your trusty machine? It's a tradition that celebrates the geeky culture we all love, and we're excited to be a part of it!"
/>
<meta
name="image"
property="og:image"
content="https://raw.githubusercontent.com/nanlabs/nameyourpc/main/public/preview.png"
/>
<meta name="title" property="og:title" content="Name Your PC Day | NaNLABS" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://nanlabs.github.io/nameyourpc/" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>