homepage/root/index.html
2024-10-28 12:00:06 -07:00

22 lines
890 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Alexander's Homepage</title>
</head>
<body>
<h1>Personal Homepage of Alexander Rosenberg</h1>
<p>
Hello everyone! You have stumbled across my personal homepage. There's not
really anything here right now, but there might be in the future. I like
to program and generally just play around with computers. Below are some
links to other parts of this site that might be of more interest than this
mostly blank page you are staring at right now.
</p>
<ul>
<li><strong>Git:</strong> <a href="https://git.zander.im/Zander671">git.zander.im</a></li>
<li><strong>Truth Table Generator:</strong> <a href="https://tt.zander.im">tt.zander.im</a></li>
<li><strong>A few git mirrors:</strong> <a href="https://notabug.org/zander671">notabug.org/zander671</a></li>
</ul>
</body>
</html>