diff options
| -rw-r--r-- | index.html | 22 |
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 |
