UP MDTApi
parent
352666f059
commit
6b7adcb07a
|
@ -0,0 +1,18 @@
|
||||||
|
{{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 }}
|
|
@ -0,0 +1,10 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>Title</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue