20 lines
729 B
HTML
20 lines
729 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8"
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1, viewport-fit=cover"/>
|
|
<!-- <link rel="icon" type="image/svg+xml" href="/favicon.svg" />-->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
|
<title>CHAT-JP</title>
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg"/>
|
|
<link rel="alternate icon" href="/favicon.ico"/>
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/>
|
|
<link rel="manifest" href="/site.webmanifest"/>
|
|
<meta name="theme-color" content="#2563EB"/>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
</body>
|
|
</html> |