@cloverthehacker/helpme
Version:
28 lines (26 loc) • 807 B
HTML
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="/style.css" />
<script src="/script.js"></script>
<title>This is weird...</title>
<link rel="icon" type="image/x-icon" href="/media/favicon.png">
<div class="topnav">
<a class="active" href="/index.html">Home</a>
</div>
<script defer src="/_vercel/insights/script.js"></script>
</head>
<body>
<h1>
Hello, World!!!
</h1>
<p>
This is just a mini portfolio that doesn't really have any meaning. If you
managed to find this, then congrats! You are very observant. If you think that I should add anything, let me know! I would love to see what you guys come up with!
</p>
<pre>
Here is a random picture. Also, hi.
<img src="/media/TJM.png" alt="What" />
</pre>
</body>
</html>