mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
feat: add `sharedTexture` module. Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: reito <reito@chromium.org>
14 lines
225 B
HTML
14 lines
225 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Hello World!</title>
|
|
<script src="../common.js" defer></script>
|
|
<script src="renderer.js" defer></script>
|
|
</head>
|
|
|
|
<body>
|
|
</body>
|
|
|
|
</html> |