22 lines
938 B
HTML
22 lines
938 B
HTML
<!doctype f0ck>
|
|
<html>
|
|
<head>
|
|
<title>{{if data.title}}{{=data.title}}{{else}}f0ck!{{/if}}</title>
|
|
<link rel="icon" type="image/png" href="./s/img/favicon.png" />
|
|
<link rel="stylesheet" type="text/css" href="./s/css/video-js.min.css" />
|
|
<link rel="stylesheet" type="text/css" href="./s/css/vsg-skin.css" />
|
|
<link rel="stylesheet" type="text/css" href="./s/css/bootstrap.css" />
|
|
<link rel="stylesheet" type="text/css" href="./s/css/f0ck-custom.css" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="description" content="f0ck.me is the place where internet purists gather to celebrate content of all kinds">
|
|
{{if data.item}}
|
|
<meta property="og:site_name" content="f0ck.me" />
|
|
<meta property="og:description"/>
|
|
<meta name="Description"/>
|
|
<meta property="og:image" content="{{=item.thumbnail}}" />
|
|
<meta charset="utf-8" />
|
|
{{/if}}
|
|
</head>
|
|
<body>
|
|
{{include snippets/navbar}}
|