ew/webui/index.html

13 lines
304 B
HTML
Raw Normal View History

2024-04-25 00:05:20 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2024-04-25 18:00:50 +00:00
<title>EW private server</title>
2024-04-25 00:05:20 +00:00
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>