mirror of
https://github.com/JustusPlays78/SectorFileUpdater.git
synced 2025-06-27 20:45:16 +00:00
initial comit :-)
This commit is contained in:
12
updater/src/index.html
Normal file
12
updater/src/index.html
Normal 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>
|
Reference in New Issue
Block a user