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.
45 lines
1.3 KiB
HTML
45 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>workbook - sessions - view</title>
|
|
<link rel="stylesheet" type="text/css" href="css/main.css" />
|
|
</head>
|
|
<body>
|
|
<div class="topnav">
|
|
<a href="./instruments.html">Instruments</a>
|
|
<a href="./sessions.html">Sessions</a>
|
|
<a href="./about.html">About</a>
|
|
</div>
|
|
<h1><a href="./sessions.html">Sessions</a> / View</h1>
|
|
<ul>
|
|
<li><a href="./sessions-add.html">Add</a></li>
|
|
<li><a href="./sessions-search.html">Search</a></li>
|
|
</ul>
|
|
|
|
<div class="search-container">
|
|
<form id="form">
|
|
<input type="search" id="query" name="q"
|
|
placeholder="Look up session">
|
|
<button>Search</button>
|
|
</form>
|
|
</div>
|
|
|
|
<div class="date">
|
|
<input type="date" id="date" name="date">
|
|
</div>
|
|
|
|
<h2>Sort by:</h2>
|
|
<h2>Place</h2>
|
|
<ul>
|
|
<li><a href="./index.html">Het Park</a></li>
|
|
<li><a href="./index.html">Spoorsingel</a></li>
|
|
<li><a href="./index.html">Mariniersweg</a></li>
|
|
<li><a href="./index.html">Burgemeester Meineszstraat</a></li>
|
|
<li><a href="./index.html">Wijnhaven</a></li>
|
|
</ul>
|
|
</body>
|
|
|
|
<script type="text/javascript" src="js/main.js"></script>
|
|
</html>
|