mirror of
https://github.com/JustusPlays78/SectorFileUpdater.git
synced 2025-04-29 19:24:24 +00:00
13 lines
258 B
HTML
13 lines
258 B
HTML
|
<!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>
|