mirror of
https://github.com/electron/electron.git
synced 2026-02-07 05:35:02 -05:00
12 lines
236 B
HTML
12 lines
236 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
This is a frame, it has no children
|
|
<div id="all_frames_enabled"></div>
|
|
<div id="all_frames_disabled"></div>
|
|
</body>
|
|
</html> |