aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html14
1 files changed, 12 insertions, 2 deletions
diff --git a/index.html b/index.html
index 898477d..ae33689 100644
--- a/index.html
+++ b/index.html
@@ -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>