Make static path under /web

This commit is contained in:
Mart van Santen 2022-03-22 17:35:15 +08:00
parent d09d9d77bd
commit 24890b3722
2 changed files with 8 additions and 8 deletions

View file

@ -1,11 +1,11 @@
<!doctype html>
<html>
<link rel="stylesheet" href="/static/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/style.css">
<script src="/static/js/bootstrap.bundle.min.js"></script>
<script src="/static/js/jquery-3.6.0.min.js"></script>
<script src="/static/js/js.cookie.min.js"></script>
<script src="/static/base.js"></script>
<link rel="stylesheet" href="static/css/bootstrap.min.css">
<link rel="stylesheet" href="static/style.css">
<script src="static/js/bootstrap.bundle.min.js"></script>
<script src="static/js/jquery-3.6.0.min.js"></script>
<script src="static/js/js.cookie.min.js"></script>
<script src="static/base.js"></script>
<title>Stackspin Account</title>
</html>
@ -32,7 +32,7 @@
style='display:none'>Your request is expired. Please resubmit your request faster.</div>
<img src='/static/logo.svg'/><br/><br/>
<img src='static/logo.svg'/><br/><br/>
{% block content %}{% endblock %}