mirror of
https://github.com/electron/electron.git
synced 2026-01-15 02:18:18 -05:00
5 lines
115 B
HTML
5 lines
115 B
HTML
<body>
|
|
<webview id=webview src="child.html" allowpopups></webview>
|
|
<script src="renderer.js"></script>
|
|
</body>
|