LNXBOX/static/main.html

14 lines
338 B
HTML
Raw Permalink Normal View History

2025-01-24 06:58:00 +01:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Main Window</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<div id='body'></div>
<script>require('../build/renderer/main.js')</script>
</body>
</html>