Added static content
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user