Skip to content

Commit 707b903

Browse files
Created under construction page
1 parent b5ee381 commit 707b903

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Diff for: index.html

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<html>
2+
<head>
3+
<title>Website Under Construction</title>
4+
<style type="text/css">
5+
body, html {
6+
margin: 0;
7+
padding: 0;
8+
font-family: arial, helvetica, sans-serif;
9+
font-size: 16pt;
10+
background-color: #402020;
11+
color: white;
12+
}
13+
</style>
14+
</head>
15+
<body>
16+
<center>
17+
<h1>This website is under construction</h1>
18+
<p>Please check back soon :)</p>
19+
</center>
20+
</body>
21+
</html>

0 commit comments

Comments
 (0)