diff options
| author | Kumar Priyansh <[email protected]> | 2019-02-19 04:32:09 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-02-19 04:32:09 +0530 |
| commit | 27966cc772fc3ad24ab614b6de149109744efeda (patch) | |
| tree | cde7c5c7462ba68835eaf3aac0fc20c0a68f5df7 /index.html | |
| parent | c3af94f2391a5710a1377911c068982cd71e7f06 (diff) | |
| download | hashtag-27966cc772fc3ad24ab614b6de149109744efeda.tar.xz hashtag-27966cc772fc3ad24ab614b6de149109744efeda.zip | |
Create index.html
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 37 |
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> |
