Write some info in README.md, design titlebar, make downloader and very basic instance checker

This commit is contained in:
2023-11-14 16:40:15 -05:00
parent 202e97ac5a
commit daae340d1e
11 changed files with 349 additions and 6 deletions

View File

@ -3,10 +3,20 @@
<head>
<meta charset="utf-8">
<title>OpenModLauncher</title>
<link rel="stylesheet" href="../res/css/main.css">
</head>
<body>
<div id="titlebar">
<span>OpenModLauncher</span>
<div id="window-actions">
<div class="window-action" id="window-minimize" onclick="minimizeWindow();">
</div>
<div class="window-action" id="window-close" onclick="closeWindow();">
</div>
</div>
</div>
</body>
</html>