mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
12 lines
155 B
HTML
12 lines
155 B
HTML
<html>
|
|
|
|
<head>
|
|
<title>Your Title Here</title>
|
|
</head>
|
|
|
|
<body style="background: green;">
|
|
<iframe src="../pages/content.html"</iframe>
|
|
</body>
|
|
|
|
</html>
|