blob: 5521bc3ba45d347b5ad7b6d59be43e9292813bb6 (
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>
<table border=1>
<thead>
<th>Status</th>
<th>Name</th>
<th>Draft start</th>
<th>RFC start</th>
<th>Vote start</th>
<th>Authors</th>
</thead>
<tbody id=tbody>
</tbody>
</table>
<script src=script.js></script>
</html>
|