ente/web/apps/staff/index.html

13 lines
311 B
HTML
Raw Normal View History

2024-04-04 09:45:50 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Staff | ente.io</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>