17 lines
567 B
HTML

<!DOCTYPE html>
<html>
<head>
<link href = "about/styles.css" rel = "stylesheet" type = "text/css">
<link href = "index/styles.css" rel = "stylesheet" type = "text/css">
<link rel="icon" type="image/x-icon" href="global/images/favicon.ico">
<title>About Me | That_One_Nerd</title>
</head>
<body>
<h1>This page is not ready yet. Sorry! Come back soon for more.</h1>
<h2>P.S. This is the next page to be worked on.</h2>
<a href = "index.html">Go home</a>
</body>
</html>