aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2019-11-30 15:08:47 -0500
committerGitHub <noreply@github.com>2019-11-30 15:08:47 -0500
commitc4745ae3fe0aeb67153605c51f25dcb13f987285 (patch)
tree1873b904edd0ee0bffe6496e37039fa01a8c8444 /index.html
parentbd3af885974941ba995d5ec9aff26d575e45daed (diff)
downloadwindows8online-c4745ae3fe0aeb67153605c51f25dcb13f987285.tar.gz
windows8online-c4745ae3fe0aeb67153605c51f25dcb13f987285.tar.bz2
windows8online-c4745ae3fe0aeb67153605c51f25dcb13f987285.zip
Update index.html
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>