Get rid of cors, add static favicon
This commit is contained in:
parent
da16c9bd27
commit
e14484835e
2 changed files with 3 additions and 4 deletions
|
|
@ -4,7 +4,8 @@
|
|||
<title>Jukebox Controller</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
||||
<link rel="stylesheet" href="/static/styles.css">
|
||||
<link rel="manifest" href="/static/manifest.json" />
|
||||
<link rel="manifest" href="/static/manifest.json"/>
|
||||
<link rel="shortcut icon" href="/static/favicon.ico">
|
||||
<meta charset="utf-8">
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-sha256/0.11.0/sha256.min.js"></script>
|
||||
<!-- above allows use of sha256() on http -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue