22 lines
		
	
	
		
			908 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			908 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>(Mostly Outdated) A few git mirrors:</strong> <a href="https://notabug.org/zander671">notabug.org/zander781</a></l1>
 | |
|     </ul>
 | |
|   </body>
 | |
| </html>
 |