-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (28 loc) · 922 Bytes
/
index.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/favicon.ico" />
<link rel="stylesheet" href="/kilyicms-loading.css" />
<title>%VITE_APP_TITLE%</title>
</head>
<body>
<div id="__kilyicms">
<div id="kilyicms-loading"></div>
</div>
<noscript>
<p>
JavaScript is required to use this site. Please enable JavaScript in
your browser settings.
</p>
</noscript>
<script type="module" src="/src/main.ts"></script>
<script>
console.log(
"%c 欢迎预览 kilyicms ",
"font-size: 20px; color: transparent; background: linear-gradient(90deg, #1e80ff, #ee0979); font-weight: bold; -webkit-background-clip: text; padding: 8px; border: 2px solid #ff6a00; border-radius: 10px;",
);
</script>
</body>
</html>