mirror of
https://github.com/electron/electron.git
synced 2026-01-27 08:18:28 -05:00
8 lines
164 B
HTML
8 lines
164 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<body>
|
|
This is a frame, is has one child
|
|
<iframe src="./frame.html"></iframe>
|
|
</body>
|
|
<script src="./test.js"></script>
|
|
</html> |