diff --git a/static/img/1.jpg b/static/img/1.jpg new file mode 100644 index 0000000..ba9abac Binary files /dev/null and b/static/img/1.jpg differ diff --git a/static/img/10.jpg b/static/img/10.jpg new file mode 100644 index 0000000..66bfc78 Binary files /dev/null and b/static/img/10.jpg differ diff --git a/static/img/11.jpg b/static/img/11.jpg new file mode 100644 index 0000000..60ec019 Binary files /dev/null and b/static/img/11.jpg differ diff --git a/static/img/12.jpg b/static/img/12.jpg new file mode 100644 index 0000000..ad63514 Binary files /dev/null and b/static/img/12.jpg differ diff --git a/static/img/13.jpg b/static/img/13.jpg new file mode 100644 index 0000000..f43e895 Binary files /dev/null and b/static/img/13.jpg differ diff --git a/static/img/14.jpg b/static/img/14.jpg new file mode 100644 index 0000000..325b22d Binary files /dev/null and b/static/img/14.jpg differ diff --git a/static/img/15.jpg b/static/img/15.jpg new file mode 100644 index 0000000..08a5c9d Binary files /dev/null and b/static/img/15.jpg differ diff --git a/static/img/16.jpg b/static/img/16.jpg new file mode 100644 index 0000000..efbc7b4 Binary files /dev/null and b/static/img/16.jpg differ diff --git a/static/img/2.jpg b/static/img/2.jpg new file mode 100644 index 0000000..ed42e1e Binary files /dev/null and b/static/img/2.jpg differ diff --git a/static/img/3.jpg b/static/img/3.jpg new file mode 100644 index 0000000..0729246 Binary files /dev/null and b/static/img/3.jpg differ diff --git a/static/img/4.jpg b/static/img/4.jpg new file mode 100644 index 0000000..5043c37 Binary files /dev/null and b/static/img/4.jpg differ diff --git a/static/img/5.jpg b/static/img/5.jpg new file mode 100644 index 0000000..ad6ed35 Binary files /dev/null and b/static/img/5.jpg differ diff --git a/static/img/6.jpg b/static/img/6.jpg new file mode 100644 index 0000000..265e2ac Binary files /dev/null and b/static/img/6.jpg differ diff --git a/static/img/7.jpg b/static/img/7.jpg new file mode 100644 index 0000000..600c0ab Binary files /dev/null and b/static/img/7.jpg differ diff --git a/static/img/8.jpg b/static/img/8.jpg new file mode 100644 index 0000000..e0bb6ac Binary files /dev/null and b/static/img/8.jpg differ diff --git a/static/img/9.jpg b/static/img/9.jpg new file mode 100644 index 0000000..01969c9 Binary files /dev/null and b/static/img/9.jpg differ diff --git a/templates/api.html b/templates/api.html new file mode 100644 index 0000000..e69de29 diff --git a/templates/index.html b/templates/index.html index 6ac5abe..aa8eb7c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,12 +1,27 @@ {% extends "layout.html" %} +{% block headextra %} + +{% endblock %} {% block body %} -
+
{% include "header.html" %}

osu!wayback

-

+

{{ [ "Library for osu! history", diff --git a/web.py b/web.py index 074c86e..274222d 100644 --- a/web.py +++ b/web.py @@ -17,5 +17,9 @@ def home_index(): def download_index(): return render_template("download.html") +@app.route("/api") +def api_index(): + return render_template("api.html") + if __name__ == "__main__": app.run(**config["web"]) \ No newline at end of file