diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/index.html b/index.html deleted file mode 100644 index 8d7bd7a..0000000 --- a/index.html +++ /dev/null @@ -1,20 +0,0 @@ -<!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> |