maotube/public/queue/index.html

32 lines
851 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>MaoTube</title>
<link rel="stylesheet" href="/style.css">
<script defer src="/helpers.js"></script>
<script defer src="script.js"></script>
<script defer src="/header.js"></script>
</head>
<body>
<h1>MaoTube</h1>
<div>
<h1>Uploading videos</h1>
</div>
<br>
<div id="result">
<noscript>
<div class="mao-error">
<p>javascript not enabled</p>
<p>bottom text</p>
</div>
</noscript>
<div id="mao-error" class="mao-error hidden">
<p id="mao-error-message"></p>
<p>bottom text</p>
</div>
</div>
</body>
</html>