mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
13 lines
343 B
HTML
13 lines
343 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>BetterSEQTA+ Settings</title>
|
|
</head>
|
|
<body class="h-[600px]">
|
|
<div id="app" style="height: 100%"></div>
|
|
<script type="module" src="./index.ts"></script>
|
|
</body>
|
|
</html>
|