Files
electron/spec/fixtures/api/shared-texture/osr.html
2025-11-07 09:50:28 +01:00

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>