Update index.html

This commit is contained in:
MatMasIt 2021-05-15 12:18:04 +02:00 committed by GitHub
parent 3b7e9792e1
commit 38d396b4d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,9 @@
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=New+Tegomin&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=New+Tegomin&display=swap" rel="stylesheet">
<link href="https://unpkg.com/nes.css@2.3.0/css/nes.min.css" rel="stylesheet" /> <link href="https://unpkg.com/nes.css@2.3.0/css/nes.min.css" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="https://csshake.surge.sh/csshake.min.css"> <link rel="stylesheet" type="text/css" href="https://csshake.surge.sh/csshake.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" integrity="sha512-5A8nwdMOWrSz20fDsjczgUidUBR8liPYU+WymTZP1lmY9G6Oc7HlZv156XqnsgNUzTyMefFTcsFH/tnJE/+xBg==" crossorigin="anonymous" />
<meta charset="UTF-8" />
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script> <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<script> <script>
@ -17,6 +19,14 @@
<script src="https://code.jquery.com/jquery-3.6.0.min.js" <script src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script> integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<style> <style>
#musicBox {
position: fixed;
top:10px;
left: 10px;
z-index: 99999999999;
display: none;
}
.wbb { .wbb {
width: 60vw; width: 60vw;
word-break: break-word; word-break: break-word;
@ -235,6 +245,11 @@
<div id="levels"></div> <div id="levels"></div>
</center> </center>
</header> </header>
<div class="nes-container is-rounded is-dark" id="musicBox">
<p id="mTitle">sss</p>
<button onclick="DAudio(-1)"><i class="fa fa-volume-down" aria-hidden="true"></i></button>
<button onclick="DAudio(+1)"><i class="fa fa-volume-up" aria-hidden="true"></i></button>
</div>
<br /> <br />
<br /> <br />
<br /> <br />