-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (37 loc) · 1.44 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
<!DOCTYPE html>
<html>
<head>
<title>undefinedCat's website - Homepage</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]" />
</head>
<body id="_index">
<header>
<nav>
<h4>
<a href="/">undefinedCat's website</a>
<a href="/blog/"> <i class="iconoir-multiple-pages"> </i> my blog! </a>
<a href="/news/"> <i class="iconoir-journal-page"></i> news! </a>
<a href="/contact/"><i class="iconoir-message-text"></i> contact me! </a>
<a href="/about/"> <i class="iconoir-info-circle"></i> about me! </a>
</h4>
</nav>
</header>
<main>
<h1>Hello!</h1>
<p>This is my site, I post various tech-related stuff here. Some gaming also may show up here</p>
</main>
<footer>
<br>
<p>© 2024 by undefinedCat</p>
<p>This site wouldn't be possible without <a href="https://github.com/sunainapai/makesite">makesite</a>, <a
href="https://holidaycss.js.org/">holiday.css</a> and <a href="https://iconoir.com/">Iconoir</a></p>
<p>My socials:
<a href="https://twitter.com/undefinedCat_"> Twitter</a>
<a href="https://github.com/undefinedCat"> GitHub</a>
</p>
<p>Made with ❤️ by undefinedCat :)</p>
</footer>
</body>
</html>