now that PDSls has blob uploading i don't have to make the uploader first. yaaay
11 lines
294 B
HTML
11 lines
294 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>
|
|
<div id="player"></div>
|
|
</main>
|
|
|
|
<script src="/dist/viewer.js" type="module"></script>
|