2023-11-07 00:46:28 -05:00
|
|
|
{{define "theme-server-status/header"}}
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="{{.Conf.Language}}">
|
|
|
|
<head>
|
2024-09-06 11:31:38 -04:00
|
|
|
<title>{{.Title}}</title>
|
2023-11-07 00:46:28 -05:00
|
|
|
<meta charset="utf-8">
|
2024-09-06 11:31:38 -04:00
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
|
|
<meta content="telephone=no" name="format-detection">
|
2023-11-07 00:46:28 -05:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2024-09-06 11:31:38 -04:00
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
2024-09-07 02:44:30 -04:00
|
|
|
<meta name="mobile-web-app-capable" content="yes" />
|
2024-09-06 11:31:38 -04:00
|
|
|
<meta name="theme-color" content="#000000" />
|
|
|
|
{{if eq .Conf.Language "zh-CN"}}
|
|
|
|
<link rel="manifest" href="/static/manifest-zh-CN.json?v20240905" />
|
|
|
|
{{else}}
|
|
|
|
<link rel="manifest" href="/static/manifest-en-US.json?v20240905" />
|
|
|
|
{{end}}
|
|
|
|
<link rel="apple-touch-startup-image" href="/static/logo.svg" />
|
|
|
|
<link rel="shortcut icon" type="image/png" href="/static/logo.svg">
|
2024-06-14 06:02:55 -04:00
|
|
|
<link rel="stylesheet" href="https://unpkg.com/bootstrap@3.4.1/dist/css/bootstrap.min.css">
|
|
|
|
<link rel="stylesheet" href="https://unpkg.com/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
|
2024-06-14 21:43:30 -04:00
|
|
|
<link rel="stylesheet" href="https://unpkg.com/font-logos@0.17.0/assets/font-logos.css">
|
2024-06-14 06:02:55 -04:00
|
|
|
<link rel="stylesheet" href="https://unpkg.com/flag-icons@7.2.3/css/flag-icons.min.css">
|
|
|
|
<link rel="stylesheet" href="https://unpkg.com/semantic-ui@2.4.0/dist/semantic.min.css">
|
|
|
|
<script src="https://unpkg.com/jquery@3.7.1/dist/jquery.min.js"></script>
|
|
|
|
<script src="https://unpkg.com/bootstrap@3.4.1/dist/js/bootstrap.min.js"></script>
|
|
|
|
<script src="https://unpkg.com/vue@2.6.14/dist/vue.min.js"></script>
|
|
|
|
<script src="https://unpkg.com/echarts@5.5.0/dist/echarts.min.js"></script>
|
2024-10-01 22:05:53 -04:00
|
|
|
<link rel="stylesheet" href="/static/theme-server-status/css/main.css?v20240929">
|
|
|
|
<link rel="stylesheet" href="/static/theme-server-status/css/dark.css?v202409029">
|
|
|
|
<link rel="stylesheet" href="/static/theme-server-status/css/light.css?v20240916">
|
|
|
|
<script src="/static/theme-server-status/js/mixin.js?v20240915"></script>
|
2023-11-07 00:46:28 -05:00
|
|
|
</head>
|
|
|
|
<body>
|
2024-08-09 09:49:45 -04:00
|
|
|
<div id="app">
|
2024-04-08 10:31:28 -04:00
|
|
|
{{end}}
|
2024-06-14 06:02:55 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|