summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html37
1 files changed, 37 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..e89ea6a
--- /dev/null
+++ b/index.html
@@ -0,0 +1,37 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta http-equiv="X-UA-Compatible" content="ie=edge">
+ <link rel="icon" href="logo.png">
+ <title>Hashtag::Coming Soon</title>
+ <style>
+ body {
+ margin: 0;
+ padding: 0;
+ background-color: #1DA1F2;
+ }
+ .center {
+ padding: 100px;
+ text-align: center;
+ font-family: sans-serif;
+ color: white;
+ }
+ h1 {
+ font-weight: 100;
+ font-size: 4em;
+ }
+ p {
+ font-weight: 100;
+ }
+ </style>
+</head>
+<body>
+ <div class="center">
+ <img src="logo.png">
+ <h1>Hashtag</h1>
+ <p>Coming Soon...</p>
+ </div>
+</body>
+</html>