diff options
| author | Unknown <Alee14498@gmail.com> | 2017-10-01 01:10:26 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-10-01 01:10:26 -0400 |
| commit | 01e3d2a0b64f55230b7377ba8dee392ec5ac5b48 (patch) | |
| tree | 269c8cb3d4b04f85167354393911605b6948161e | |
| parent | 4c4419c4039dffb7251f94c783d986f4a5cfbec3 (diff) | |
| download | windows8online-01e3d2a0b64f55230b7377ba8dee392ec5ac5b48.tar.gz windows8online-01e3d2a0b64f55230b7377ba8dee392ec5ac5b48.tar.bz2 windows8online-01e3d2a0b64f55230b7377ba8dee392ec5ac5b48.zip | |
Making index.html nicer
| -rw-r--r-- | index.html | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,10 +1,12 @@ <html> <head> <title>Online Windows 8</title> +<link href="https://bootswatch.com/cosmo/bootstrap.min.css" rel="stylesheet"> </head> <body> -<h1>Welcome to Online Windows 8 where it's like a windows 8 emulator or simulator!</h1> -<br> -<a href ="/lockscreen/index.html">Start here!</a> +<center> +<h3>Welcome to Online Windows 8 where it's like a windows 8 emulator or simulator!</h3> +<b><a href ="/lockscreen/index.html">Start here!</a></b> +</center> </body> </html>
\ No newline at end of file |
