<!doctype html>
<html>
	<title>OSM proposals</title>
	<link rel=stylesheet href=style.css />
	<h1>OSM proposals</h1>
	<table border=1>
		<thead>
			<th>Status</th>
			<th>Date</th>
			<th>Name</th>
			<th>Authors</th>
		</thead>
		<tbody id=tbody>
		</tbody>
	</table>
	<script src=script.js></script>
</html>