2019-10-07 05:06:55 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
2019-10-07 06:54:38 +00:00
|
|
|
<link type="text/css" rel="stylesheet" href="./css/style.css">
|
2019-10-07 05:06:55 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2019-10-12 01:51:13 +00:00
|
|
|
|
|
|
|
<webview src="https://discordapp.com/login"></webview>
|
2019-10-07 05:06:55 +00:00
|
|
|
|
2019-10-12 01:51:13 +00:00
|
|
|
<script src="./renderer.js"></script>
|
2019-10-12 23:49:31 +00:00
|
|
|
|
|
|
|
<audio id="audio" src="./assets/beep-07.wav" autoplay="false" ></audio>
|
|
|
|
|
2019-10-07 05:06:55 +00:00
|
|
|
</body>
|
|
|
|
</html>
|