mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-11 13:33:21 -08:00
11 lines
222 B
HTML
11 lines
222 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<title>Login | Masto-FE standalone</title>
|
||
|
|
<script src="/verify-state.js"></script>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<p>Preparing state object...</p>
|
||
|
|
</body>
|
||
|
|
</html>
|