diff options
| author | Alee <Alee14498@gmail.com> | 2019-11-30 15:08:47 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-30 15:08:47 -0500 |
| commit | c4745ae3fe0aeb67153605c51f25dcb13f987285 (patch) | |
| tree | 1873b904edd0ee0bffe6496e37039fa01a8c8444 | |
| parent | bd3af885974941ba995d5ec9aff26d575e45daed (diff) | |
| download | windows8online-c4745ae3fe0aeb67153605c51f25dcb13f987285.tar.gz windows8online-c4745ae3fe0aeb67153605c51f25dcb13f987285.tar.bz2 windows8online-c4745ae3fe0aeb67153605c51f25dcb13f987285.zip | |
Update index.html
| -rw-r--r-- | index.html | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -1,7 +1,17 @@ <html> <head> <title>Online Windows 8</title> -<link href="https://bootswatch.com/cosmo/bootstrap.min.css" rel="stylesheet"> +<style> + body { + background: 000000; + font-family: Arial, sans-serif; + } + + p { + color: FFFFFF; + } + + </style> </head> <body> <center> @@ -11,4 +21,4 @@ <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>
\ No newline at end of file +</html> |
