Remove old index page

This commit is contained in:
Eli Ribble 2026-04-03 15:19:54 +00:00
parent b658e28f2e
commit e8db3de122
No known key found for this signature in database

View file

@ -1,13 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/static/ico/favicon-sync.ico" type="image/x-icon" />
<title>Nidus Sync</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/ts/main-rmo.ts"></script>
</body>
</html>