34 lines
		
	
	
		
			972 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			34 lines
		
	
	
		
			972 B
		
	
	
	
		
			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"> | ||
|  | 	<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> | ||
|  | 				<li><a href="friends.html">Friends</a></li> | ||
|  | 			</ul> | ||
|  | 		</div> | ||
|  | 		<div class="content"> | ||
|  | 			Dit is eigenlijk 1 van die dingen die steeds kan veranderen | ||
|  | 			Deze doet dat | ||
|  | 		</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--> |