-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
15 lines (15 loc) · 709 Bytes
/
index.html
File metadata and controls
15 lines (15 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en-US">
<head><title>Vebsite</title></head>
<body>
<h1>This is rechiheaghie.github.io <font color="white">& knuckles</font></h1>
<a href="https://rechiheaghie.github.io/index.html">I link to myself</a><br/>
<a href="https://www.youtube.com/@rollinontheboard">YouTube</a><br/>
<h2>A couple of fonts I created</h2>
<a href="Aargh5roma.ttf">BAD font that I created.</a><br/>
<img src="specimen.png" alt="Just a specimen. Not much to see here..." /><br/>
<p style="display:none">Where'd ya CSS go, buddy?</p>
<a href="A!.ttf">Okay, this font is even worse...</a><br/>
<p>The site is probably still under development, hence why it hardly has any content...</p>
</body>
</html>