Files
velopack/samples/NodeJSElectron/src/index.html
T
2024-10-07 21:31:56 -06:00

20 lines
353 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Hello World!</title>
</head>
<body>
<h1>💖 Hello World!</h1>
<br />
<span id="app-info"></span>
<br />
<button id="update-btn">Check for Updates</button>
<button id="download-btn">Download Updates</button>
<button id="apply-btn">Apply Updates</button>
</body>
</html>