<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='UTF-8'/>
<title>iOiO - inside</title>
<link rel='stylesheet' href='styles.css'/>
</head>
<body>
<div class='page'> <!-- Add this -->
<h1>inside.outside.inside.outside</h1>
<p>is it daytime or nighttime?
</p>
<a class='button' href='inside.html'>i am inside</a>
<a id='button-2' class='button' href='nowhere.html'>i am outside</a>
</body>
</html>