11 lines
193 B
HTML
11 lines
193 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<script type="text/javascript">
|
||
|
window.ELECTRON_ENABLE_SECURITY_WARNINGS = true
|
||
|
</script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<webview allowpopups></webview>
|
||
|
</body>
|
||
|
</html>
|