mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-23 05:08:13 -05:00
21 lines
897 B
HTML
Vendored
21 lines
897 B
HTML
Vendored
{{define "common/header"}}
|
|
<!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"
|
|
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"
|
|
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" />
|
|
</head>
|
|
|
|
<body>
|
|
{{end}} |