Astroport.ONE/templates/video_first.html

33 lines
823 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>_PSEUDO_ VIDEO BLOG - Astroport One</title>
<link rel="stylesheet" href="/ipfs/_IPFSROOT_/styles/decoration.css" type="text/css" />
<link rel="stylesheet" href="/ipfs/_IPFSROOT_/styles/layout.css" type="text/css" />
<link rel="icon" type="image/png" href="/ipfs/_IPFSROOT_/styles/logo.png" />
</head>
<body>
<header>
<h6>
<a href="https://qo-op.com">Astroport "<span>ONE</span>"</a> _PSEUDO_
</h6>
</header>
<main>
<article>
<video autoplay="autoplay" controls>
<source src="/ipfs/_IPFSID_/output.mp4" type="video/mp4">
<a href="/ipfs/_IPFSID_/output.mp4">Ma Video</a>
</video>
<h1 class="video-title">
Enregistrement du _DATE_
</h1>
</article>
</main>
</body>
</html>