clippable/api/templates/video.html.tera
2021-10-17 21:26:04 -07:00

33 lines
1.2 KiB
Plaintext

<!DOCTYPE html>
<html lang="en"><head>
<meta name="generator" content="Hugo 0.88.1" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="/static/css/style.css">
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/pure-min.css" integrity="sha384-nn4HPE8lTHyVtfCBi5yW9d20FjT8BJwUXyWZT9InLYax14RDjBj46LmSztkmNP9w" crossorigin="anonymous">
<title>Shockrah&#39;s Clips</title>
<link rel="shortcut icon" type="image/png" href="/static/favicon.png"/>
<meta property="og:title" content="{{title}}">
<meta property="og:site_name" content="Clippable">
<meta property="og:url" content="{{url}}">
<meta property="og:description" content="{{desc}}">
<meta property="og:type" content="website">
{# Image tag requires a default in case of disk memery #}
<meta property="og:image" content="/static/favicon.png">
{% if script %}
<script src="/static/js/{{script_src}}"></script>
{% endif %}
</head>
<body>
<div id="layout">
<div class="content">
<h1>{{title}}</h1>
<video width="1280" height="720" controls autoplay>
<source src="{{clip_url}}" type="">
wtf get a better browser 1d10t
</video>
</div>
</div>
</body>
</html>