f0ckv2/views/snippets/header_admin.html

19 lines
835 B
HTML
Raw Normal View History

2022-03-24 12:23:00 +00:00
<!doctype html>
2021-12-04 11:19:47 +00:00
<html lang="en" theme="@if(typeof theme !== "undefined"){{ theme }}@endif">
2021-05-19 12:19:26 +00:00
<head>
2021-12-04 11:19:47 +00:00
<title>@if(typeof data !== "undefined" && data.title){{ data.title }}@elsef0ck!@endif</title>
2021-05-19 12:19:26 +00:00
<link rel="icon" type="image/gif" href="/s/img/favicon.gif" />
<link rel="stylesheet" href="/s/css/f0ck.css">
<meta charset="utf-8" />
<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">
2021-12-04 11:19:47 +00:00
@if(typeof data !== "undefined" && data.item)
2021-05-19 12:19:26 +00:00
<meta property="og:site_name" content="f0ck.me" />
<meta property="og:description"/>
<meta name="Description"/>
2021-12-04 11:19:47 +00:00
<meta property="og:image" content="{{ item.thumbnail }}" />
@endif
2021-05-19 12:19:26 +00:00
</head>
<body>
2022-05-14 17:22:35 +00:00
@include(snippets/navbar_admin)
<div id="main">