-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (15 loc) · 766 Bytes
/
index.html
File metadata and controls
20 lines (15 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset=utf-8>
<meta http-equiv=x-ua-compatible content="ie=edge">
<title>Coming soon!</title>
<link rel=stylesheet href=normalize.css>
<link rel=stylesheet href=the.css>
<meta name=viewport content="width=device-width, initial-scale=1, maximum-scale=1">
</head>
<body>
<svg xmlns="http://www.w3.org/2000/svg" width=24 height=24 viewBox="0 0 24 24"><path d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10S2 17.514 2 12 6.486 2 12 2zm0-2C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm5.848 12.46c.202.037.202.332 0 .37-1.906.362-6.044 1.112-6.546 1.112a1.3 1.3 0 0 1-1.3-1.3c0-.513.77-5.448 1.124-7.446.034-.192.312-.18.343.014l.984 6.238 5.394 1.01z"/></svg>
<h1>Coming soon!</h1>
</body>
</html>