2023-04-08 12:28:21 -04:00
|
|
|
{{define "theme-angel-kanade/header"}}
|
2023-04-08 11:57:28 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="{{.Conf.Language}}">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
|
|
<meta content="telephone=no" name="format-detection">
|
|
|
|
<title>{{.Title}}</title>
|
|
|
|
<link rel="stylesheet" type="text/css"
|
2023-12-11 08:53:56 -05:00
|
|
|
href="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/semantic-ui/2.4.1/semantic.min.css">
|
|
|
|
<link href="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/font-logos/0.17/font-logos.min.css" type="text/css"
|
2023-04-08 11:57:28 -04:00
|
|
|
rel="stylesheet" />
|
2023-12-11 08:53:56 -05:00
|
|
|
<link href="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/bootstrap-icons/1.8.1/font/bootstrap-icons.min.css" type="text/css"
|
2023-04-08 11:57:28 -04:00
|
|
|
rel="stylesheet" />
|
|
|
|
<link rel="stylesheet" type="text/css" href="/static/semantic-ui-alerts.min.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="/static/main.css?v2022042314">
|
|
|
|
<link rel="shortcut icon" type="image/png" href="/static/logo.svg?v20210804" />
|
2023-04-08 12:28:21 -04:00
|
|
|
<link href="/static/theme-angel-kanade/ktz.css" rel="stylesheet">
|
2023-04-08 11:57:28 -04:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
{{end}}
|