You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

21 lines
644 B

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>桌面应用</title>
<!-- <link rel="icon" href="/icon/icon.jpg" /> -->
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
<meta
http-equiv="Content-Security-Policy"
content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'"
/>
</head>
<body>
<div id="app"></div>
<audio src="./play.mp3" autoplay id="myAudio1" loop></audio>
<audio src="./right.wav" id="right"></audio>
<audio src="./error.wav" id="error"></audio>
<script type="module" src="/src/main.js"></script>
</body>
</html>