Huge update.
This commit is contained in:
@@ -5,9 +5,11 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/styles.css') }}">
|
||||
<link rel="icon" href="data:,">
|
||||
|
||||
<title>{% block title %}{% endblock %}</title>
|
||||
</head>
|
||||
<body>
|
||||
<script src="{{ url_for('static', filename='js/base.js') }}"></script>
|
||||
{% include 'navbar.html' %}
|
||||
|
||||
<div class="container">
|
||||
|
||||
Reference in New Issue
Block a user