18 lines
420 B
HTML
18 lines
420 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="unmute" src="./assets/unmute.mp3" autoplay="false" ></audio>
|
|
<audio id="mute" src="./assets/mute.mp3" autoplay="false" ></audio>
|
|
|
|
</body>
|
|
</html>
|