-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (39 loc) · 1.56 KB
/
index.html
File metadata and controls
40 lines (39 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<% if (process.env.SERVER===true) { %>
<title>建國中學班聯會法律與公文系統</title>
<meta name="description" content="<%= productDescription %>">
<% } %>
<meta name="format-detection" content="telephone=no">
<meta name="msapplication-tap-highlight" content="no">
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width<% if (ctx.mode.cordova || ctx.mode.capacitor) { %>, viewport-fit=cover<% } %>">
<meta name="google-site-verification" content="ftkf4uS4ti7uUj6th-tWbDwgO4-NsOSUSmNrMQYlA5c" />
<meta name="theme-color" content=#198964>
<meta name="twitter:card" content="summary_large_image">
<meta property="og:type" content="article" />
<meta property="og:image" content="https://raw.githubusercontent.com/CKStudentCouncil/Legislation/refs/heads/main/mail/images/_1s.png" />
<meta property="og:site_name" content="建國中學班聯會法律與公文系統" />
<link rel="icon" href="/favicon.ico">
<style>
@media (prefers-color-scheme: dark) {
.auto-dark {
background-color: #181818;
color: #ffffff;
}
}
</style>
<script type="application/ld+json">
{
"@context" : "https://schema.org",
"@type" : "WebSite",
"name" : "建國中學班聯會法律與公文系統",
"url" : "https://law.cksc.tw/"
}
</script>
</head>
<body style="margin: 0">
<!-- quasar:entry-point -->
</body>
</html>