puike-site

This commit is contained in:
2021-05-10 21:19:20 +02:00
commit d1e8e426de
10 changed files with 949 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Puikheid</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="/static/style.css">
</head>
<body class="body">
<% content_for("inner") %>
</body>
</html>
+5
View File
@@ -0,0 +1,5 @@
<div class="root">
<video autoplay muted loop id="puikheid" style="position: fixed; right: 0; bottom: 0; min-width: 100%; min-height: 100%;">
<source src="data/play-tv.mp4" type="video/mp4">
</video>
</div>