diff options
author | Martin Fischer <martin@push-f.com> | 2022-07-12 09:42:00 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-07-12 12:48:11 +0200 |
commit | 850ec09bdcf55b5cbbf9539fcb7355ed7161935a (patch) | |
tree | 52cdf9d3ea1b7a896111e6c321dab5accb076828 /index.html |
initial commit
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 19 |
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> |