-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (35 loc) · 1.48 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<html>
<head>
<!-- Flux Header Custom Code Start--><!-- Flux Header Custom Code End-->
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>New Site</title>
</head>
<style>
body{
font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
background: #d2d2d2 url(http://www.websitesettings.com/resources/images/tile.png);
font-size: 12px;
}
div{
background-color: white;
width: 400px;
padding: 30px;
border: 3px solid #7e7e7e;
color: #757575;
margin: 0 auto;
display: block;
margin-top: 100px;
}
h2 {
color: #4d9a49;
margin: 0px;
margin-bottom: 10px;
}
</style>
<body>
<div class="message">
<h2>Your website is ready.</h2>
This site has been successfully created and is ready for content to be added. Replace this default page with your own index page.
</div>
</body>
</html>