wsor4035.github.io/projects.html

28 lines
824 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>wsor4035 homepage</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/projects.css">
</head>
<body>
<header>
<div class = "header_container">
<p class="logo">wsor4035 site</p>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="projects.html">Projects</a></li>
</ul>
</nav>
</div>
</header>
<div class = "content">
<p>welcome to my projects page, curently wip, come back later</p>
</div>
</body>
</html>