34 lines
1.2 KiB
Plaintext
34 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" href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
|
|
<link rel="stylesheet" type="text/css" href="/static/css/style.css">
|
|
<title>{{title}}</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="{{clip_thumbnail}}">
|
|
{% if script %}
|
|
<script src="/static/js/{{script_src}}"></script>
|
|
{% endif %}
|
|
</head>
|
|
<body>
|
|
<div id="layout">
|
|
<div class="content">
|
|
{% include "navbar" %}
|
|
<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>
|