tutu/index.html

17 lines
635 B
HTML
Raw Permalink Normal View History

2024-07-14 12:28:44 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
2024-07-24 06:27:20 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
2024-07-14 12:28:44 +00:00
<title>Tutu</title>
2024-07-24 06:27:20 +00:00
<link rel="stylesheet" href="/src/App.css" />
<script src="/src/platform/polyfills.ts" type="module"></script>
2024-07-14 12:28:44 +00:00
<script src="/src/index.tsx" type="module"></script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>