-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (28 loc) · 780 Bytes
/
index.html
File metadata and controls
38 lines (28 loc) · 780 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title></kitku></title>
<link rel="icon" href="/icons/favicon.png" type="image/png">
<link rel="stylesheet" href="/style/style.css">
<script>
document.addEventListener('contextmenu', function (e) {
e.preventDefault();
});
</script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=VT323&display=swap">
</head>
<body>
<div class="pfp">
<!--for now until i get the pfp ill just add favicon here-->
<img src="/icons/favicon.png">
</div>
<div class="left-text">
<p></p>
<h1></kitku></h1>
</div>
<div class="footer">
<p>-----> © 2024 </kitku> <-----</p>
</div>
<script src="/script/script.js"></script>
</body>
</html>