diff options
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | index.html | 11 |
2 files changed, 8 insertions, 7 deletions
@@ -1,2 +1,4 @@ # windows8online.github.io -Originally from this web site onlinewindows8.altervista.org +Originally made from this website https://onlinewindows8.altervista.org + +Archived by Andrew Lee (Alee14)
\ No newline at end of file @@ -4,7 +4,8 @@ <style> body { background: 000000; - font-family: Arial, sans-serif; + font-family: 'Segoe UI', Arial, sans-serif; + text-align: center; } p { @@ -14,11 +15,9 @@ </style> </head> <body> -<center> -<h3>Welcome to Online Windows 8 where it's like a windows 8 emulator or simulator!</h3> -<h3> If you want you can help to contribute to this project and the original website got archived.</h3> -<h4>Originally this was made by a group of people and i'll mention them now: ntim007, DaKode, link6155 and blindbartemais.</h4> +<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> -</center> </body> </html> |
