Skip to content

Commit

Permalink
💄 put back semantic.min.css
Browse files Browse the repository at this point in the history
  • Loading branch information
naiba committed Nov 9, 2023
1 parent 64a660d commit d8b1855
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions resource/template/theme-server-status/header.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{{define "theme-server-status/header"}}
<!DOCTYPE html>
<html lang="{{.Conf.Language}}">

<head>
<title>{{ .Title }}</title>
<meta charset="utf-8">
Expand All @@ -11,8 +12,8 @@
<link rel="stylesheet" href="/static/theme-server-status/css/main.css?v20231109">
<link rel="stylesheet" href="/static/theme-server-status/css/dark.css">
<link rel="stylesheet" href="/static/theme-server-status/css/light.css">
<link href="https://cdn.staticfile.org/font-logos/0.17/font-logos.min.css" type="text/css"
rel="stylesheet"/>
<link href="https://cdn.staticfile.org/font-logos/0.17/font-logos.min.css" type="text/css" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="https://cdn.staticfile.org/semantic-ui/2.4.1/semantic.min.css">
<link rel="shortcut icon" type="image/png" href="/static/logo.svg?v20210804" />
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
Expand All @@ -28,5 +29,6 @@
<script src="https://cdn.staticfile.org/vue/2.6.14/vue.min.js"></script>
<script src="/static/theme-server-status/js/mixin.js"></script>
</head>

<body>
{{end}}
{{end}}

0 comments on commit d8b1855

Please sign in to comment.