discord-sandboxed/index.html
2019-10-12 16:49:31 -07:00

17 lines
348 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link type="text/css" rel="stylesheet" href="./css/style.css">
</head>
<body>
<webview src="https://discordapp.com/login"></webview>
<script src="./renderer.js"></script>
<audio id="audio" src="./assets/beep-07.wav" autoplay="false" ></audio>
</body>
</html>