video.cerulea.blue/web/index.html
Charlotte Som a25ec9f235 complete viewer
now that PDSls has blob uploading i don't have to make the uploader
first. yaaay
2025-06-04 23:10:23 +01:00

18 lines
476 B
HTML

<!doctype html>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>video.cerulea.blue</title>
<link rel="stylesheet" href="/css/styles.css" />
<main>
<header>
<h1>video.cerulea.blue</h1>
<p>
super simple direct-link video on the
<a href="https://atproto.com/">AT Protocol</a>.
</p>
<p>to view a video, head to <code>/:repo/video/:rkey</code>.</p>
</header>
<div id="app"></div>
</main>