-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (45 loc) · 1.98 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
<!DOCTYPE html>
<meta charset="UTF-8">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>boogiehasfun</title>
<link rel="stylesheet" href="/src/style.css">
<link rel="icon" type="image/png" href="/src/images/favicon.ico">
</head>
<body>
<div class="default-box-header">
<h1>boogiehasfun</h1>
</div> <!-- main header! -->
</br>
<!-- first "body" -->
<div class="default-box" style="padding: 25px;">
<p>
hello, i am boogie. i am a christian, i love my family, Kendrick Lamar is the G.O.A.T, and i have many hobbies.
<br>
<a href="https://github.com/BoogieHasFun/boogiehasfun.github.io">the github repo for this page</a>
<br>
<a href="/src/minecraft-server.html">mc server page</a>
<br>
<a href="/src/dir-listing.html">click here to find all the pages on this website</a>
</p>
</div>
<br>
<!-- social links -->
<div class="default-box">
<a href="https://github.com/boogiehasfun"><img src="/src/images/github-mark-white.png" style="width: 50px; height: 50px;"></a>
<span style="display:inline-block; width: 10px;"></span> <!-- spacer -->
<a href="https://www.youtube.com/@boogiehasfun/"><img style="width: 50px; opacity: 1;" src="/src/images/youtube_social_icon_red.png"></a>
</div>
<br>
<!-- footer -->
<div class="footer">
<p>
background image by <a href="https://unsplash.com/photos/the-sun-is-setting-over-a-mountain-range-0YPV7mTszvw">
Marek Piwnicki on unsplash</a>
<span style="display:block; height: 0.4px;"></span> <!-- vertical spacer -->
This website is licesned under the MIT License.
<span style="display:block; height: 0.2px;"></span>
<a href="/src/support.html">Support page</a>
</p>
</div>
</body>