2019-12-08 03:59:58 -05:00
|
|
|
{{define "common/header"}}
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="zh-CN">
|
|
|
|
|
|
|
|
<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">
|
|
|
|
<title>{{.Title}}</title>
|
2021-12-30 06:09:33 -05:00
|
|
|
<link rel="stylesheet" type="text/css" href="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/semantic-ui/2.4.1/semantic.min.css">
|
2019-12-08 03:59:58 -05:00
|
|
|
<link rel="stylesheet" type="text/css" href="/static/semantic-ui-alerts.min.css">
|
2021-11-10 20:40:10 -05:00
|
|
|
<link rel="stylesheet" type="text/css" href="/static/main.css?v2021111109">
|
2021-08-04 01:35:41 -04:00
|
|
|
<link rel="shortcut icon" type="image/png" href="/static/logo.svg?v20210804" />
|
2019-12-08 03:59:58 -05:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2021-12-30 04:48:32 -05:00
|
|
|
{{end}}
|