-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfixing.html.bak
More file actions
62 lines (59 loc) · 1.3 KB
/
fixing.html.bak
File metadata and controls
62 lines (59 loc) · 1.3 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE HTML>
<html>
<head>
<title>Gvbvdxx game maker 2 commuinity!</title>
<style>
#main_menu {
position:fixed;
top:0;
left:0;
background-color:#339af0;
width:100%;
height:48px;
}
.main_menu_item {
font-weight:bold;
color:#ffffff;
cursor:pointer;
float:left;
margin-left:15px;
}
.main_menu_item:hover {
font-size:20px;
margin-top:13px;
}
html {
/*background-color:#edf2ff;*/
background-color:#339af0;
font-family:Arial;
}
.commentsbox {
width:480px;
height:360px;
overflow:scroll;
background-color:white;
text-align:left;
}
#comments {
}
</style>
<link rel="icon" href="favicon.png">
</head>
<body>
<!--<div id="main_menu">
<img width=100 height=48 style="float:left;" src="./logo.png">
<a href="editor/index.html"><p class="main_menu_item">Create</p></a>
<a href="explore.html"><p class="main_menu_item">Explore</p></a>
<a href="send.html"><p class="main_menu_item">Send</p></a>
</div>-->
<br></br>
<center style="color:white; position:absolute; top:30%;width:100%;left:0;">
<center>
<img src="maintenance.png" width=180 height=130><br>
<h1>We Are Fixing The Website</h1><br>
<b>The website right now is blocked because we are fixing it.</b><br>
<b>Try <a href="index.html">Going Back To The Home Page</a> In A Minute.<br></b>
</center>
</center>
</body>
</html>