Move web files to subdir

This commit is contained in:
2021-11-07 22:00:53 +00:00
parent 9bc0f2054e
commit 4658b40bd9
42 changed files with 10 additions and 1 deletions

13
web/head.html Normal file
View File

@@ -0,0 +1,13 @@
{{define "head"}}
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link href="/static/css/bootstrap.min.css" rel="stylesheet" />
<link href="/static/css/bootstrap-theme.min.css" rel="stylesheet" />
<link href="/static/css/main.css" rel="stylesheet" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.js"></script>
<script src="http://malsup.github.com/jquery.form.js"></script>
<script src="/static/js/bootstrap.min.js"></script>
<script src="/static/js/main.js"></script>
{{end}}