You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
627 B
HTML

<DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="../style.css">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<!-- Nav bar -->
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="">About</a></li>
<li><a href="">Graduates</a></li>
<li><a href="">Special Issues</a></li>
</ul>
</nav>
<div id="content"><h1 id="title">Title</h1>
<h3 id="thesis-description">Thesis Description</h3>
<p>This is where your thesis goes</p>
</div>
</body>
</html>