Initial commit
This commit is contained in:
21
root/index.html
Normal file
21
root/index.html
Normal file
@ -0,0 +1,21 @@
|
||||
<!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>(Mostly Outdated) A few git mirrors:</strong> <a href="https://notabug.org/zander671">notabug.org/zander781</a></l1>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user