mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-17 18:56:17 +01:00
15 lines
409 B
HTML
15 lines
409 B
HTML
<!doctype html>
|
|
<html lang="en" dir="ltr">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Beszel</title>
|
|
<script>window.BASE_PATH = "%BASE_URL%"</script>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|