now that PDSls has blob uploading i don't have to make the uploader first. yaaay
18 lines
476 B
HTML
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>
|