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.

19 lines
472 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>workbook - about</title>
<link rel="stylesheet" type="text/css" href="css/main.css" />
</head>
<body>
<div class="topnav">
<!-- <a class="active" href="#home">Home</a> -->
<a href="./instruments.html">Instruments</a>
<a href="./index.html">Home</a>
</div>
<h1>About</h1>
</body>
<script type="text/javascript" src="js/main.js"></script>
</html>