Add basic Electron window
This commit is contained in:
12
views/main.html
Normal file
12
views/main.html
Normal file
@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>OpenModLauncher</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="titlebar">
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user