Bunker BOX index.html mp4 reading template

This commit is contained in:
fred 2022-03-31 03:23:58 +02:00
parent b5bafcd73b
commit 48c496a5aa
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<title>_PSEUDO_ VIDEO BLOG - Astroport One</title>
<link rel="stylesheet" href="_IPFSROOT_/styles/decoration.css" type="text/css" />
<link rel="stylesheet" href="_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">Bunker "<span>BOX</span>"</a> _PSEUDO_
</h6>
</header>
<main>
<article>
<video autoplay="autoplay" controls>
<source src="_IPFSID_/output.mp4" type="video/mp4">
<a href="_IPFSID_/output.mp4">Ma Video</a>
</video>
<h1 class="video-title">
Enregistrement du _DATE_
</h1>
</article>
</main>
</body>
</html>