17 lines
348 B
HTML
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>
|