mirror of
https://github.com/logos-co/velopack.git
synced 2026-09-01 22:21:16 +00:00
20 lines
353 B
HTML
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> |