aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: 57187ce09017b871233a5bd1befede41c0fd1d7a (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/Alee14/windows8online">Official Github Page!</a></b>
</body>
</html>