forked from blacktunes/sr-message-maker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (27 loc) · 1.08 KB
/
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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/icon.webp">
<meta name="viewport" content="width=device-width, user-scalable=no">
<meta content="Z2l0aHViLmNvbS9ibGFja3R1bmVz">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC&display=swap" rel="stylesheet" crossorigin>
<style title="font">
* {
font-family: 'Noto Sans SC';
}
</style>
<title>崩坏:星穹铁道 - 短信</title>
<meta name="description" content="崩坏:星穹铁道短信生成器,该网站可以制作星穹铁道风格的短信对话界面。">
<meta name="keywords" content="星穹铁道,自制,短信">
</head>
<body>
<noscript>
<strong>We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>