aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <Alee14498@gmail.com>2023-03-13 01:12:25 +0000
committerAndrew Lee <Alee14498@gmail.com>2023-03-13 01:12:25 +0000
commitf77ebcf333052ffd1413738786a84dea076036a5 (patch)
tree82257235369c15c4fc860fe5d3a6ef06d577d6bf
parentc4745ae3fe0aeb67153605c51f25dcb13f987285 (diff)
downloadwindows8online-f77ebcf333052ffd1413738786a84dea076036a5.tar.gz
windows8online-f77ebcf333052ffd1413738786a84dea076036a5.tar.bz2
windows8online-f77ebcf333052ffd1413738786a84dea076036a5.zip
Fixed some grammar mistakes; Added some credit
-rw-r--r--README.md4
-rw-r--r--index.html11
2 files changed, 8 insertions, 7 deletions
diff --git a/README.md b/README.md
index 87ab713..b42275b 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/index.html b/index.html
index ae33689..eceba89 100644
--- a/index.html
+++ b/index.html
@@ -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>