[enh] there should be a minimal auth
This commit is contained in:
parent
aae4e3df8d
commit
db9c25363a
4 changed files with 84 additions and 17 deletions
|
|
@ -6,7 +6,7 @@ html(lang="en")
|
|||
meta(charset='utf-8')
|
||||
meta(name='viewport', content='width=device-width, initial-scale=1')
|
||||
link(rel='stylesheet', href='https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css')
|
||||
script(type = "text/javascript",src='/js/lodash.min.js')
|
||||
link(rel='stylesheet', href='css/site.css')
|
||||
script(type = "text/javascript",src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js')
|
||||
body
|
||||
<nav class="navbar navbar-expand-lg navbar-light bg-light justify-content-between">
|
||||
|
|
@ -31,4 +31,6 @@ html(lang="en")
|
|||
|
||||
script.
|
||||
var initData = !{data};
|
||||
var authorizationToken = " !{authorizationToken}";
|
||||
|
||||
script(type = "text/javascript",src='/js/app.js')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue