.
This commit is contained in:
20
views/main/header.html
Normal file
20
views/main/header.html
Normal file
@ -0,0 +1,20 @@
|
||||
<!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" />
|
||||
{{if data.item}}
|
||||
<meta property="og:site_name" content="f0ck.me" />
|
||||
<meta property="og:description" content="f0cked by {{=user.name}}" />
|
||||
<meta name="Description" content="f0cked by {{=user.name}}" />
|
||||
<meta property="og:image" content="{{=item.thumbnail}}" />
|
||||
<meta charset="utf-8" />
|
||||
{{/if}}
|
||||
</head>
|
||||
<body>
|
||||
{{include snippets/navbar}}
|
Reference in New Issue
Block a user