Browse Source

first

master
j1ack 2 years ago
parent
commit
f08761822e
  1. 7
      index.html

7
index.html

@ -10,11 +10,14 @@
document.addEventListener('touchstart', function(event) { document.addEventListener('touchstart', function(event) {
if (event.touches.length > 1) { if (event.touches.length > 1) {
event.preventDefault(); event.preventDefault();
} }
}); });
document.addEventListener('gesturestart', function(event) { document.addEventListener('gesturestart', function(event) {
event.preventDefault(); event.preventDefault();
}); });
}; };
</script> </script>
<title></title> <title></title>
@ -140,7 +143,7 @@
<!--preload-links--> <!--preload-links-->
<!--app-context--> <!--app-context-->
<link rel="stylesheet" href="<%= BASE_URL %>static/index.<%= VUE_APP_INDEX_CSS_HASH %>.css" />
<!-- <link rel="icon" href="./static/images/logo2.png" /> --> <!-- <link rel="icon" href="./static/images/logo2.png" /> -->
<!-- <script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script> <!-- <script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script>
<script> <script>
@ -165,4 +168,4 @@
</div> </div>
<!-- <script type="module" src="/main.js"></script> --> <!-- <script type="module" src="/main.js"></script> -->
</body> </body>
</html> </html>

Loading…
Cancel
Save