All checks were successful
Build / build-and-test (push) Successful in 28s
损失的 TTFB 可以忽略不计
15 lines
389 B
HTML
15 lines
389 B
HTML
<!doctype html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="icon" type="image/svg" href="/favicon.svg" />
|
|
<!--app-head-->
|
|
</head>
|
|
<body>
|
|
<div id="app"><!--app-html--></div>
|
|
</body>
|
|
<!--app-state-->
|
|
<script type="module" src="/src/entry-client.js"></script>
|
|
</html>
|