summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2019-02-11 16:56:13 -0500
committerAlee <Alee14498@gmail.com>2019-02-11 16:56:13 -0500
commit1b8c100d66f16ea3522672647b949dcb2efc5dcc (patch)
tree274e4f99e0630ebf8fe41f36c099677a91bab35a
downloadMicrobit-News-master.tar.gz
Microbit-News-master.tar.bz2
Microbit-News-master.zip
Inital CommitHEADmaster
-rw-r--r--index.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..4c6c059
--- /dev/null
+++ b/index.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <title>Microbits News</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <link rel="stylesheet" type="text/css" media="screen" href="main.css" />
+ <style>
+ body {
+ background-color: black;
+ color: white;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ </style>
+</head>
+<body>
+ <h1>Microbits News</h1>
+ <p>This page is under construction, more content will come soon!</p>
+</body>
+</html> \ No newline at end of file