1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<!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>Date</th> <th>Name</th> <th>Authors</th> </thead> <tbody id=tbody> </tbody> </table> <script src=script.js></script> </html>