OpenModLauncher-Base/views/main.html

23 lines
479 B
HTML
Raw Permalink Normal View History

2023-11-13 18:09:20 -05:00
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>OpenModLauncher</title>
<link rel="stylesheet" href="../res/css/main.css">
2023-11-13 18:09:20 -05:00
</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>
2023-11-13 18:09:20 -05:00
</div>
</body>
</html>