initial comit :-)

This commit is contained in:
Julian
2022-09-19 09:56:55 +02:00
parent 717caa8af3
commit da4babac7c
6 changed files with 3459 additions and 0 deletions

12
updater/src/index.html Normal file
View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Sectorfile Updater</title>
<link rel="stylesheet" href="index.css" />
</head>
<body>
<h1>Hello World!</h1>
<p>Welcome to your Electron application.</p>
</body>
</html>