Files
Website/index.html
2026-02-07 23:41:39 +00:00

34 lines
869 B
HTML

<!DOCTYPE html>
<html>
<!--
Hello fellow nerd!
-->
<head>
<title></title>
<link rel="stylesheet" href="/styles.css">
<script src="/main.js"></script>
</head>
<body>
<header><div>
</div></header>
<main>
<h1 id="helloText"><noscript>Hewwo!</noscript></h1>
<h2>I'm a <span id="imaText"><noscript>dumbass</noscript></span>.</h2>
</main>
<footer>
<!-- Left side -->
<div>
<p>Icons from <a href="https://lucide.dev/">Lucide</a>.</p>
</div>
<!-- Right side -->
<div>
<div style="height: 50px;" class="imgRightText">
<img src="/pfp.png">
<p>Brosef</p>
</div>
</div>
</footer>
</body>
</html>