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>
|
2020-12-09 06:10:28 -05:00
|
|
|
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/semantic-ui@2.4.1/dist/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-01-16 22:53:43 -05:00
|
|
|
<link rel="stylesheet" type="text/css" href="/static/main.css?v202101171153">
|
2019-12-08 03:59:58 -05:00
|
|
|
<link rel="shortcut icon" type="image/png" href="/static/logo.png" />
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
{{end}}
|