-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 849 Bytes
/
index.html
File metadata and controls
20 lines (20 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vincent's Website</title>
<link rel="icon" href="https://vincent392.github.io/MISC/20230725_140931.jpg" type="image/x-icon">
<link rel="stylesheet" href="blogthing/holo-hc-dark-widgets.css">
<link rel="stylesheet" href="blogthing/holo-hc-dark-elements.css">
<link rel="stylesheet" href="blogthing/holo-base-elements.css">
<link rel="stylesheet" href="blogthing/holo-base-widgets.css">
</head>
<body>
<main>
<h2>Hey, Listen!</h2>
<p>This revamp is not fully finished, currently, so don't be go complaning if it's broken in some places, I know it is and I'm fixing them slowly</p>
<a href="holo_home"><button>Enter Anyways</button></a>
</main>
</body>
</html>