an-anime-game-launcher/public/html/index.html
Observer KRypt0n_ 3b32a87feb
entry.js
- added link to the BrowserWindow documentation
- added default icon
- added commented lines for production BrowserWindow state

Overall:
- added typescript and sass support
- updated default page. Now the "Hello World" sign placed in the center
2021-09-16 19:56:25 +02:00

20 lines
497 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- CSS styles -->
<link rel="stylesheet" href="../css/index.css">
<!-- JS scripts -->
<script src="../js/test.js"></script>
<title>Hello World</title>
</head>
<body>
<h1 class="greeting"></h1>
</body>
</html>