14 lines
283 B
HTML
14 lines
283 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link type="text/css" rel="stylesheet" href="./css/style.css">
|
|
</head>
|
|
<body>
|
|
|
|
<webview id="discord" src="https://discordapp.com/login"></webview>
|
|
|
|
<script src="./renderer.js"></script>
|
|
</body>
|
|
</html>
|