-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstuff.html
More file actions
69 lines (64 loc) · 1.35 KB
/
Copy pathstuff.html
File metadata and controls
69 lines (64 loc) · 1.35 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
63
64
65
66
67
68
69
<!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;
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="./editor/ggm-gui/logo.svg">
<a href="editor/index.html"><p class="main_menu_item">Create</p></a>
<a href="https://ggm2c.createaforum.com/index.php"><p class="main_menu_item">Forum</p></a>
<a href="send.html"><p class="main_menu_item">Send</p></a>
<a href="./tutorials/index.html"><p class="main_menu_item">Tutorials</p></a>
</div>
<br></br>
<center>
<h1>My Stuff</h1><br>
<div id="stuff"></div>
<hr style="">
<p>Gvbvdxx Game Maker 2</p>
<p style="font-size:12px;">©Gvbvdxx (2021)</p>
</center>
<script src="servers.js?n=1"></script>
<script>
</script>
<script src="info.js?n=1"></script>
<script src="userdata.js?n=1"></script>
<script src="accountbar.js?n=1"></script>
</body>
</html>