25 lines
687 B
HTML
25 lines
687 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta charset="utf-8">
|
|
<meta name="language" content="English">
|
|
<title>{{ .Title }}</title>
|
|
<meta name="description" content="{{ .Desc }}">
|
|
<meta name="og:image" content="/public/img/knuckles_owo.png">
|
|
<link rel="shortcut icon" href="https://media.dof.dev/kit/logo.svg" type="image/svg+xml">
|
|
<link rel="stylesheet" href="/public/style.css?v4">
|
|
<script src="/public/js/mono.js?v1"></script>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<a style='
|
|
position: fixed;
|
|
top: 10px;
|
|
left: 10px;
|
|
width: 32px;
|
|
height: 32px;
|
|
background-color: #000;
|
|
opacity: 0.02;
|
|
' href='/reload'></a>
|