Cleanup: Move JS Files Locally
Moved remote JS files to local, (all under MIT liscense (i hope)) Added version number, plans for semantic versioning and better 'stable' releases
This commit is contained in:
parent
ff09e518b8
commit
2d70c5306e
6 changed files with 29 additions and 147 deletions
|
|
@ -7,14 +7,11 @@
|
|||
<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>
|
||||
<script src="/static/ext/sha256.min.js"></script>
|
||||
<!-- above allows use of sha256() on http -->
|
||||
<script src="https://cdn.socket.io/4.7.5/socket.io.min.js"></script>
|
||||
<script src="/static/ext/socket.io.min.js"></script>
|
||||
</head>
|
||||
<body id="test-body">
|
||||
<!--Cookie Popup(does it matter if im not tracking them? i have no idea)-->
|
||||
<script type="text/javascript" src="/static/ext/popper.js"></script><script> window.start.init({Palette:"palette2",Mode:"floating left",Theme:"classic",LinkText:" Learn More!",Message:"This website uses cookies to save necessary data to your device, and no tracking is performed.",Time:"0",})</script>
|
||||
|
||||
<div class="intro">
|
||||
<h1 id="title">Jukebox Remote</h1>
|
||||
<p>Add songs to the shared playlist below!</p>
|
||||
|
|
@ -115,7 +112,8 @@ changes visibility with JS-->
|
|||
<p class="italic" >Wipe the playlist, except the currently playing song. With PartyMode enabled, a second song will be added back randomly</p>
|
||||
<button id="clear-button">Clear Playlist</button>
|
||||
</div>
|
||||
<p class="versionNumber">PartyJukebox is under an <a href="https://github.com/kristy-fournier/PartyJukebox/blob/main/LICENSE.md" target="_blank">AGPLV3</a> liscense. You can access the source code <a href=https://github.com/kristy-fournier/PartyJukebox target="_blank">here</a>.</p>
|
||||
<p class="versionNumber italic">PartyJukebox is under an <a href="https://github.com/kristy-fournier/PartyJukebox/blob/main/LICENSE.md" target="_blank">AGPLV3</a> liscense. You can access the source code <a href=https://github.com/kristy-fournier/PartyJukebox target="_blank">here</a>.</p>
|
||||
<p class="versionNumber">Release {{ REL_VER_NUM }}</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--All the buttons are down here but settings is just doing its own thing-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue