52 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			52 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| <head>
 | |
| 	<meta charset="UTF-8">
 | |
| 	<meta http-equiv="X-UA-Compatible" content="IE=edge">
 | |
| 	<meta name="viewport" content="width=device-width, initial-scale=1.0">
 | |
| 	<link rel="stylesheet" href="static/style.css">
 | |
| 	<link rel="stylesheet" href="static/anisha.css?family=anisha">
 | |
| 	<link rel="stylesheet" href="static/adreena.css?family=adreena">
 | |
| 	<link rel="stylesheet" href="static/havakana.css?family=havakana">
 | |
| 	<title>Index</title>
 | |
| </head>
 | |
| <body>
 | |
| 	<div class="header">
 | |
| 		Internetica Galactica
 | |
| 	</div>
 | |
| 	<div class="main">
 | |
| 		<div class="navbar">
 | |
| 			<ul>
 | |
| 				<li><a href="base.html">Home</a></li>
 | |
| 			</ul>
 | |
| 		</div>
 | |
| 		<div class="content">
 | |
| 			Dit is eigenlijk 1 van die dingen die steeds kan veranderen
 | |
| 			Deze doet dat
 | |
| 		</div>
 | |
| 
 | |
| 		<p class="content-text">
 | |
| 		Welcome to my webspace! Whether you stumbled across this page by accident
 | |
| 		or were linked here, you're more than welcome! This is my personal project that I like
 | |
| 		to work on! I was inspired by a couple friends of mine, please do check their webspaces
 | |
| 		out as well under "Galaxies" on the left side there!
 | |
| 		If you like this page, there is a lot more, so have a look around! You can also leave a
 | |
| 		nice message for me in the guestbook! There is no registration (unlike the rest of the "modern"
 | |
| 		internet) so nothing of that sort!
 | |
| 		That said, this website is my creative outlet and a way to introduce myself, so be kind please!
 | |
| 		Also its code is entirely open-source and can be found 
 | |
| 		<a href="https://dutchellie.nl/DutchEllie/proper-website-2>here</a> so if you like that sort 
 | |
| 		of stuff, be my guest it's cool!</p>
 | |
| 		<div class="content">
 | |
| 			<p class="p-h1">My friends!</p>
 | |
| 			<p>These are some of the websites of my friends!</p>
 | |
| 		</div>
 | |
| 	</div>
 | |
| </body>
 | |
| </html>
 | |
| 
 | |
| <!-- After you're done, find a way to credit the graphics creators!
 | |
| https://dokodemo.neocities.org/materials/index.html BACKGROUND
 | |
| https://dokodemo.neocities.org/
 | |
| https://neo-neighborhoods.neocities.org/SiliconValley/6603/ COOL SHIT
 | |
| https://fontcity.neocities.org/ FOR THE FONT--> |