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.
18 lines
383 B
HTML
18 lines
383 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>workbook</title>
|
|
<link rel="stylesheet" type="text/css" href="css/global.css" />
|
|
</head>
|
|
<body>
|
|
<div class="topnav">
|
|
<a href="./instruments.html">Workbook</a>
|
|
<a href="./about.html">About</a>
|
|
</div>
|
|
|
|
</body>
|
|
|
|
<script type="text/javascript" src="js/main.js"></script>
|
|
</html>
|