Files
linkpulse/frontend/index.html

16 lines
401 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="theme-color" content="#fff" />
<title>App</title>
</head>
<body>
<div id="root" class="min-w-full min-h-screen"></div>
<script src="/src/index.tsx" type="module"></script>
</body>
</html>