blob: eceba896c6ab4f8932ffcf105e461a54a870820c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<html>
<head>
<title>Online Windows 8</title>
<style>
body {
background: 000000;
font-family: 'Segoe UI', Arial, sans-serif;
text-align: center;
}
p {
color: FFFFFF;
}
</style>
</head>
<body>
<h3>Welcome to Online Windows 8!<br>A Windows 8 simulator made in HTML5!</h3>
<h3>You can help contribute to this project as the original website got archived.</h3>
<h4>Originally made by ntim007, DaKode, link6155 and blindbartemais.</h4>
<b><a href ="/lockscreen/index.html">Start here!</a> <a href="https://github.com/Windows8Online/windows8online.github.io">Official Github Page!</a></b>
</body>
</html>
|