Added static content

This commit is contained in:
2018-05-15 08:56:25 +02:00
parent afbb3d3333
commit 1571111f4a
15 changed files with 724 additions and 5 deletions

View File

@@ -20,11 +20,11 @@
<html>
<head>
<title>osu!wayback</title>
<link rel="stylesheet" type="text/css" href="{{ url_for("static", filename="dist/semantic-ui/semantic.min.css") }}">
<link rel="stylesheet" type="text/css" href="{{ url_for("static", filename="stylesheets/default.css") }}">
<link rel="stylesheet" type="text/css" href="{{ url_for("static", filename="stylesheets/pandoc-code-highlight.css") }}">
<link rel="stylesheet" type="text/css" href="{{ url_for("static", filename="css/semantic.min.css") }}">
<link rel="stylesheet" type="text/css" href="{{ url_for("static", filename="css/default.css") }}">
<link rel="stylesheet" type="text/css" href="{{ url_for("static", filename="css/pandoc-code-highlight.css") }}">
<script src="{{ url_for("static", filename="dist/jquery/jquery.min.js") }}"></script>
<script src="{{ url_for("static", filename="js/jquery.min.js") }}"></script>
{% block headextra %}{% endblock %}
</head>
<body>
@@ -38,7 +38,7 @@
</div>
<!--Footer-->
{% include "footer.html" %}
<script src="{{ url_for("static", filename="dist/semantic-ui/semantic.min.js") }}"></script>
<script src="{{ url_for("static", filename="js/semantic.min.js") }}"></script>
<script>
$(document)
.ready(function() {