-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 1.57 KB
/
index.html
File metadata and controls
27 lines (27 loc) · 1.57 KB
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="/windows-xp/favicon.ico" type="image/x-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Windows XP Simulator - A faithful recreation of the classic Windows XP desktop experience in your browser" />
<meta name="keywords" content="Windows XP, simulator, retro, Y2K, nostalgia, millennium, desktop, React" />
<meta name="author" content="caoergou" />
<meta property="og:title" content="Windows XP Simulator" />
<meta property="og:description" content="Relive the nostalgia of the millennium era with this authentic Windows XP desktop simulator" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="en_US" />
<meta property="og:url" content="http://eric.run.place/windows-xp/" />
<meta property="og:image" content="http://eric.run.place/windows-xp/images/desktop_bg.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Windows XP Simulator" />
<meta name="twitter:description" content="Relive the nostalgia of the millennium era with this authentic Windows XP desktop simulator" />
<meta name="twitter:image" content="http://eric.run.place/windows-xp/images/desktop_bg.jpg" />
<link rel="canonical" href="http://eric.run.place/windows-xp/" />
<title>Windows XP Simulator</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>