tutu/index.html
thislight d0feb118c9
All checks were successful
/ depoly (push) Successful in 1m19s
Timelines: respect the notch
2024-07-24 14:27:20 +08:00

16 lines
566 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<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">
<title>Tutu</title>
<link rel="stylesheet" href="/src/App.css" />
<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>