-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (47 loc) · 2.16 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
<!--i know the code is sloppy and messy, please dont tell me anything about how sloppy my code is, or just fix it ¯\_(ツ)_/¯-->
<!DOCTYPE html>
<html lang="en"
<head>
<!--google fonts api call-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@500;700&display=swap" rel="stylesheet">
<title>github-boogiehasfun</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<style>
a:visited {
color: rgb(111, 58, 255);
background-color: transparent;
text-decoration: none;
}
</style>
</head>
<body style="background-color:#282A35">
<mainheader><h1>Home</h1></mainheader>
<h4>made by boogie</h4>
<img src="githubprofilepic.png" alt="githubprofilepic"
width="120">
<br>
<linkgit><a href="https://github.com/BoogieHasFun/github-boogiehasfun">the github-boogiehasfun repo</a></linkgit>
<br>
<linkgit><a title="the link to my github profile" href="https://github.com/boogiehasfun">my github profile</a></linkgit>
<br>
<linkgit><a title="downloads page (and links)" href="https://boogiehasfun.netlify.app/download">downloads page</a></linkgit>
<br>
<oohfancy><a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">cool video</a></oohfancy>
<!-- <font><address>footer is weird lookin', don't mind it.</address>
<br> -->
<!-- <br>
<br>
<font><blackbackground><blockquote>"html is now the like the only programming language i've coded in - boogie 2022"</blockquote></blackbackground>
<font><a title="i got tired" href="https://www.youtube.com/watch?v=dQw4w9WgXcQ" class="button">button? eh im too tired to style this in css</a>-->
</font>
</body>
<footer>
<font><p>github-boogiehasfun 2023<br></p>
<oohfancy><font><a href="
https://github.com/boogiehasfun/websitefiles-boogiehasfun.netlify.com
">github source</a></oohfancy>
</font></footer>
</footer>