diff options
Diffstat (limited to '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> |
