24 lines
923 B
HTML
24 lines
923 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" style="height: 100%">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="theme-color" content="#000000" />
|
|
<title>Meow Index</title>
|
|
|
|
<!-- HEAD-PLACEHOLDER -->
|
|
|
|
<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=Nunito&display=swap" rel="stylesheet">
|
|
</head>
|
|
<body style="margin: 0; height: 100%; font-family: 'Nunito', 'Roboto', 'Microsoft YaHei UI', Avenir, Helvetica, Arial, sans-serif;">
|
|
<!-- BODY-TOP-PLACEHOLDER -->
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root" style="height: 100%"></div>
|
|
|
|
<script src="/src/index.tsx" type="module"></script>
|
|
<!-- BODY-BOTTOM-PLACEHOLDER -->
|
|
</body>
|
|
</html>
|