summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..5521bc3
--- /dev/null
+++ b/index.html
@@ -0,0 +1,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>