forked from charliebritton/website-placeholder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
21 lines (20 loc) · 786 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<link rel="stylesheet" type="text/css" href="main.css">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,400i" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<head>
<title>Website Coming Soon</title>
</head>
<body>
<div class="viewport">
<div class="text-box">
<p class="title">Website Coming Soon</p>
<p class="subtitle"><i>Please Check Back Later</i></p>
</div>
<!-- Start here -->
<p class="footer">Website designed by <a href="http://github.com/charliebritton">Charlie Britton</a>. | Free placeholder from <a href="http://github.com/charliebritton/website-placeholder">here</a>. | Version 1.1</p>
<!-- End here -->
</div>
</body>
</html>