13 lines
258 B
HTML
Raw Normal View History

2022-09-19 09:56:55 +02:00
<!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>