40 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			1.2 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>
 | |
| 
 | |
| 		<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--> |