mirror of
https://github.com/electron/electron.git
synced 2026-01-07 22:54:25 -05:00
13 lines
242 B
HTML
13 lines
242 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<header>
|
|
<meta charset="UTF-8">
|
|
<title>Hello World!</title>
|
|
</header>
|
|
|
|
<body>
|
|
<img src="image.png" style="width: 128px; height: 128px; position: absolute; left: 0; top: 0;"></img>
|
|
</body>
|
|
|
|
</html> |