astrXbian/www/boris/youtube_watch_step3.html

31 lines
751 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>${TITLE} in Astroport</title>
<meta charset="UTF-8">
<link rel='stylesheet' href='/styles/astroport/style.css' type='text/css' />
<link rel='icon' type='image/png' href='/styles/astroport/logo.png' />
</head>
<body>
<header>
<h6>
<a href='/ipns/${IPFSNODEID}/.${IPFSNODEID}/'><span>ASTROPORT</span> <q>${XZUID}</q></a>
</h6>
</header>
<main>
<article>
<video autoplay="autoplay" controls>
<source src="/ipfs/${IPFSREPFILEID}/${URLENCODE_FILE_NAME}">
<a href="/ipfs/${IPFSREPFILEID}/${URLENCODE_FILE_NAME}">${TITLE}</a>
</video>
<h1 class="video-title">
${TITLE}
</h1>
</article>
</main>
</body>
</html>