This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
test-electron-ui/index.html

14 lines
314 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
</head>
<body>
<h1>Hello World!</h1>
We are using Node.js <span id="node-version"></span>,
Chromium <span id="chrome-version"></span>,
and Electron <span id="electron-version"></span>.
</body>
</html>