f0ckv2/views/snippets/header.html
Flummi 84104b58bc
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 32s
toggle fullscreen
2023-05-06 06:54:09 +02:00

15 lines
741 B
HTML

<!doctype html>
<html lang="en" theme="@if(typeof theme !== "undefined"){{ theme }}@endif" res="@if(typeof fullscreen !== "undefined"){{ fullscreen == 1 ? 'fullscreen' : '' }}@endif">
<head>
<title>f0ck!</title>
<meta name="description" content="Welcome to the internet"/>
<meta property="og:image" content="/s/img/favicon.gif">
<link rel="icon" type="image/gif" href="/s/img/favicon.gif" />
<link rel="stylesheet" href="/s/css/f0ck.css?v=@mtime(/public/s/css/f0ck.css)">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
@if(typeof item !== "undefined")<link rel="canonical" href="https://f0ck.me/{{ item.id }}" />@endif
</head>
<body>
@include(snippets/navbar)