<!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>Home</title>
</head>
<body>
	<div class="header">Internetica Galactica</div>
	<div class="main">
		<div class="navbar left">
			<ul>
				<li>
					<a href="index.html">Home</a>
				</li>
				<li>
					<a href="about.html">About me</a>
				</li>
			</ul>
		</div>
		<div class="content right">
			<p class="p-h1">Welcome, internet surfer!</p>
			<p>This website is my creative outlet and a way of expressing myself.
				As of now, it's probably the most impressive thing I've ever coded.
				<br><br>
				Please enjoy yourself and do sign the guestbook!!
			</p>
			<div style="position:absolute; bottom:5px; right:5px">
				<p style="font-size:0.8em">Please sign my guestbook!</p>
				<img src="/static/images/email3.gif" style="width:40px; position:absolute; bottom:0px; right:0px;">
			</div>
		</div>
	</div>
</body>
</html>