-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfiles.html
37 lines (29 loc) · 1.1 KB
/
files.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
<!--i know the code is sloppy and messy, please dont tell me anything about how sloppy my code is.-->
<!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><a href="https://boogiehasfun.netlify.app">go back lmao</a></h1></mainheader>
</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>