34 lines
854 B
HTML
34 lines
854 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="安心回家" />
|
|
|
|
<link rel="icon" href="favicon.ico" />
|
|
<link rel="apple-touch-icon" href="icon-192x192.png" />
|
|
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1,maximum-scale=1.0, user-scalable=no"
|
|
/>
|
|
<meta name="theme-color" content="#12b188" />
|
|
<meta
|
|
name="apple-mobile-web-app-status-bar-style"
|
|
content="black-translucent"
|
|
/>
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://fonts.googleapis.com/css?family=Rubik"
|
|
/>
|
|
|
|
<link rel="manifest" href="manifest.json" />
|
|
<title>安心回家</title>
|
|
</head>
|
|
|
|
<body>
|
|
<noscript>Please enable JS</noscript>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/index.tsx"></script>
|
|
</body>
|
|
</html>
|