discord-sandboxed/index.html
2019-10-14 11:31:48 -07:00

14 lines
270 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>
</body>
</html>