mirror of
https://github.com/electron/electron.git
synced 2026-01-14 18:08:07 -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>
|