diff options
| author | Andrew Lee <Alee14498@gmail.com> | 2023-03-13 01:12:25 +0000 |
|---|---|---|
| committer | Andrew Lee <Alee14498@gmail.com> | 2023-03-13 01:12:25 +0000 |
| commit | f77ebcf333052ffd1413738786a84dea076036a5 (patch) | |
| tree | 82257235369c15c4fc860fe5d3a6ef06d577d6bf /index.html | |
| parent | c4745ae3fe0aeb67153605c51f25dcb13f987285 (diff) | |
| download | windows8online-f77ebcf333052ffd1413738786a84dea076036a5.tar.gz windows8online-f77ebcf333052ffd1413738786a84dea076036a5.tar.bz2 windows8online-f77ebcf333052ffd1413738786a84dea076036a5.zip | |
Fixed some grammar mistakes; Added some credit
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -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> |
