19 lines
674 B
Plaintext
19 lines
674 B
Plaintext
{{define "header"}}
|
|
<!DOCTYPE html>
|
|
<html lang="zh-cn">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<link rel="shortcut icon" href="public/img/favicon.ico" type="image/x-icon">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<title>Api - Starss</title>
|
|
<style>:root{--primary: {{ .Config.ThemeColor }}}</style>
|
|
<!-- 引入 layui.css -->
|
|
<link href="//unpkg.com/layui@2.9.10/dist/css/layui.css" rel="stylesheet">
|
|
<!-- 引入 layui.js -->
|
|
<script src="//unpkg.com/layui@2.9.10/dist/layui.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="layui-container">
|
|
{{ end }}
|