forked from shoaib-jamal/rebornxp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (27 loc) · 1.21 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
<html>
<head>
<title>RebornXP</title>
<meta http-equiv="Content-Language" content="en_US"/>
<meta name="google" content="notranslate"/>
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<script src="load.js"></script>
<link rel="shortcut icon" href="https://cdn.glitch.com/01d2e04f-e49d-4304-aa9e-55b9849b4cce%2Ffavicon.png?1521937672120"/>
<meta property="og:image" content="https://cdn.glitch.com/01d2e04f-e49d-4304-aa9e-55b9849b4cce%2Ffavicon.png?1521937672120"/>
<meta property="og:site_name" content="RebornXP"/>
<meta property="og:type" content="object"/>
<meta property="og:title" content="reborn-xp.js"/>
<meta property="og:url" content="https://reborn-xp.js.org/"/>
<meta property="og:description" content="RebornXP is an Open Source recreation of the old good Windows XP in modern JavaScript"/>
</head>
<body style="background-color:#000000;color:#ffffff;">
<windows>
<noscript>
<br/>
<center>Mondonium XP requires Javascript. Please update your web browser.</center>
</noscript>
</windows>
</body>
</html>