puike-site
This commit is contained in:
@@ -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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user