-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_old.php
48 lines (37 loc) · 1.48 KB
/
index_old.php
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
47
48
<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>
<a href="admin">Go To Admin</a><br/><br/>
<a href="pages/main.php">Go To Main Site</a><br/><br/>
<a href="code">Go To Code</a>
</div>
</body>
</html>