discord-sandboxed/index.html

14 lines
270 B
HTML
Raw Normal View History

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-07 05:06:55 +00:00
</body>
</html>