-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
103 lines (79 loc) · 2.11 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>4d Miner Community</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<style>
body {
background-color: gray;
color: White;
}
.right {
float: right;
display: flex;
}
#made-by {
position: fixed;
bottom: 0;
}
.center {
text-align: center;
position: absolute;
left: 0;
right: 0;
margin: auto;
justify-content: center;
}
.center p {
font-size: large;
text-align: center;
}
button {
padding: 3px;
}
</style>
</head>
<body>
<p style="text-align: left;">
<a href="/4dMinerCommunity/">
<img src="https://i.ibb.co/R4pvLDr/logo.gif" alt="logo" border="0" width="84" height="56" />
</a>
<span style="color: #666699;">
</span>
<span class="right">
<a href="https://github.com/4dMinerCommunitySite">
<button>Github</button>
</a>
<a href="https://4dminercommunity.forumotion.com/">
<button>Forums</button>
</a>
<a href="/4dMinerCommunitySite/community-mods">
<button>Community-Made Mods</button>
</a>
</span>
</p>
<hr />
<p></p>
<div class="main-content">
<div align="center">Hi, This site is for all of the things that the 4d Miner comunity web needs! Ie Docs and forms</div>
<p></p>
<div align="center">Report any bugs you find :)</div>
<div id="made-by" class="center">
<p>
This Site is made by these lovey people!
</p>
<br>
<div id="showierdata9978">
<p><img src="static/imgs/showierdata/Pfp.jpg" style:="" width:50px="" hight="50px"" width="50" height="50" /></p>
Hi Im ShowierData9978
</div>
<br>
<div id="astro">
<img src="static/imgs/astro/astro.png" style="width:50px; hight=50px"> <br>
hello im astro
</div>
</div>
</div>
</body>
</html>