forked from mental-os/Aurora-OS.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (36 loc) · 2.41 KB
/
index.html
File metadata and controls
42 lines (36 loc) · 2.41 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Aurora OS.js v%APP_VERSION% - Web-Based OS & Hacking Simulator</title>
<meta name="title" content="Aurora OS.js v%APP_VERSION% - Web-Based OS & Hacking Simulator" />
<meta name="description" content="Experience Aurora OS.js, an ultra-realistic web-based OS and hacking simulator game. Features a virtual file system, dynamic NPCs, and immersive terminal." />
<meta name="keywords" content="web os, os simulator, hacking simulator, react os, virtual file system, terminal emulator, browser game, aurora os" />
<meta name="author" content="Dope Pixels" />
<meta name="theme-color" content="#030213" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://mental-os.github.io/Aurora-OS.js/" />
<meta property="og:title" content="Aurora OS.js - Ultra-Realistic Web OS Simulator" />
<meta property="og:description" content="Experience Aurora OS.js, an ultra-realistic web-based OS and hacking simulator game. Features a virtual file system, dynamic NPCs, and immersive terminal." />
<meta property="og:image" content="https://mental-os.github.io/Aurora-OS.js/icon.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://mental-os.github.io/Aurora-OS.js/" />
<meta property="twitter:title" content="Aurora OS.js - Ultra-Realistic Web OS Simulator" />
<meta property="twitter:description" content="Experience Aurora OS.js, an ultra-realistic web-based OS and hacking simulator game. Features a virtual file system, dynamic NPCs, and immersive terminal." />
<meta property="twitter:image" content="https://mental-os.github.io/Aurora-OS.js/icon.png" />
<!-- Canonical Link -->
<link rel="canonical" href="https://mental-os.github.io/Aurora-OS.js/" />
<link rel="icon" type="image/x-icon" href="/icon.ico" />
<link rel="apple-touch-icon" href="/icon.png" />
<link rel="manifest" href="/manifest.json" />
</head>
<body oncontextmenu="return false;">
<h1 class="sr-only">Aurora OS.js - Ultra-Realistic Web-Based OS & Hacking Simulator</h1>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>