diff options
author | Martin Fischer <martin@push-f.com> | 2025-03-09 13:48:00 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-03-09 21:36:04 +0100 |
commit | 232f1499bb9a2cc85a63abcc1c22776ef77781fb (patch) | |
tree | 50b9b429140e6d597090e5d1264496555fd0edf7 /static/index.html | |
parent | 42c737aa1a7731170e8369482f96b557a1bd7a36 (diff) |
Diffstat (limited to 'static/index.html')
-rw-r--r-- | static/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/static/index.html b/static/index.html new file mode 100644 index 0000000..8d7bd7a --- /dev/null +++ b/static/index.html @@ -0,0 +1,20 @@ +<!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> + <p id=status></p> + <table border=1> + <thead> + <th>Status</th> + <th>Date</th> + <th>Name<br><input id=name autocomplete=off autofocus placeholder="Type to filter"></th> + <th>Authors<br><input id=authors autocomplete=off placeholder="Type to filter"></th> + </thead> + <tbody id=tbody> + </tbody> + </table> + <script src=script.js></script> +</html> |