-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 1.18 KB
/
index.html
File metadata and controls
28 lines (28 loc) · 1.18 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>numycode.dev!</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" type="text/css" href="style.css">
<!-- link rel="icon" href="favicon.png" -->
</head>
<body>
<div class="content">
<h1>Hello, and welcome to numycode.dev!</h1>
<hr>
<nav>
<a href="./other-sites.html">My other sites</a> - <a href="./buttons.html">Buttons :)</a>
</nav>
<p>I'm numycode! :) This is my weird and fun personal site. <br><br>I'll (try my best to remember to) yap about my
projects, yap about some random things I'm doing with some of my old computers, and more here!<br><br> <i>You can
do anything at numycode.dev. Anything at all. The only limit is yourself.</i></p>
<div id="statuscafe"><div id="statuscafe-username"></div><div id="statuscafe-content"></div></div><script src="https://status.cafe/current-status.js?name=numycode" defer></script>
<hr>
<footer>
<a href="https://github.com/numycode/numycode.dev">Source</a> - <a rel=me href="https://github.com/numycode/">My
GitHub</a>
</footer>
</div>
</body>
</html>