mirror of
https://github.com/Xevion/linkpulse.git
synced 2025-12-06 09:15:32 -06:00
16 lines
401 B
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> |