mirror of
				https://github.com/kevinveenbirkenbach/homepage.veen.world.git
				synced 2025-10-31 07:29:02 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			44 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <html>
 | |
|   <header>
 | |
|     <!-- CSS only -->
 | |
|     <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
 | |
|     <!-- JS, Popper.js, and jQuery -->
 | |
|     <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
 | |
|     <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
 | |
|     <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
 | |
|   </header>
 | |
|   <body>
 | |
|     <div id="container">
 | |
|       <h1>Welcome to Veen.World!</h1>
 | |
|       <h2>Services</h2>
 | |
|         <ul>
 | |
|           <li>
 | |
|             <a href="https://services.veen.world">
 | |
|               Services
 | |
|             </a>
 | |
|           </li>
 | |
|           <li>
 | |
|             <a href="https://wiki.veen.world">
 | |
|               Wiki
 | |
|             </a>
 | |
|           </li>
 | |
|           <li>
 | |
|             <a href="https://blog.veen.world">
 | |
|               Blog
 | |
|             </a>
 | |
|           </li>
 | |
|           <li>
 | |
|             <a href="https://forum.veen.world">
 | |
|               Forum
 | |
|             </a>
 | |
|           </li>
 | |
|           <li>
 | |
|             <a href="https://cloud.veen.world">
 | |
|               Cloud
 | |
|             </a>
 | |
|           </li>
 | |
|         <ul>
 | |
|     </div>
 | |
|   </body>
 | |
| </html>
 |