summaryrefslogtreecommitdiff
path: root/index.html
blob: 041c5506d2e87da7bb39c5060c345c79c0addd3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<html>
	<title>OSM proposals</title>
	<link rel=stylesheet href=style.css />
	<h1>OSM proposals</h1>
	<p>This page provides an overview of <a href="https://wiki.openstreetmap.org/wiki/Proposal">proposals</a> for OpenStreetMap. The page is updated every hour.</p>
	<noscript>This page requires JavaScript.</noscript>
	<table border=1>
		<thead>
			<th>Status</th>
			<th>Date</th>
			<th>Name<br><input id=name autocomplete=off autofocus></th>
			<th>Authors<br><input id=authors autocomplete=off></th>
		</thead>
		<tbody id=tbody>
		</tbody>
	</table>
	<script src=script.js></script>
</html>