pds-dash/index.html
Astra 2db2ca4a05
All checks were successful
Deploy / Deploy (push) Successful in 28s
Formatting, cleanup, misc style changes, more config options
2025-04-21 16:20:43 +09:00

12 lines
296 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ATProto PDS</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>