fix statics

master
radex 2024-02-07 17:33:06 +01:00
parent 6b667b1cba
commit 17fedfbc96
Signed by: radex
SSH Key Fingerprint: SHA256:hvqRXAGG1h89yqnS+cyFTLKQbzjWD4uXIqw7Y+0ws30
5 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Hackerspace Printing System For Printing</title>
<link rel="stylesheet" href="bootstrap.min.css">
<link rel="stylesheet" href="/static/bootstrap.min.css">
<style type="text/css">
html {
position: relative;
@ -93,9 +93,9 @@ $ curl -d "" http://label.waw.hackerspace.pl/api/print/60/?text=foobar&amp;html=
on <a href="https://code.hackerspace.pl/hswaw/labelmaker">code.hackerspace.pl/hswaw/labelmaker</a></p>
</div>
</footer>
<script src="jquery-2.1.4.min.js"></script>
<script src="bootstrap.min.js"></script>
<script src="jquery.bootstrap-growl.min.js"></script>
<script src="/static/jquery-2.1.4.min.js"></script>
<script src="/static/bootstrap.min.js"></script>
<script src="/static/jquery.bootstrap-growl.min.js"></script>
<script>
$(document).ready(function () {
var generatePreview = function () {