mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-23 23:07:17 +00:00
13 lines
246 B
HTML
13 lines
246 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Etcher</title>
|
|
<link rel="stylesheet" type="text/css" href="index.css">
|
|
</head>
|
|
<body>
|
|
<main id="main"></main>
|
|
<script src="gui.js"></script>
|
|
</body>
|
|
</html>
|