Quran_Tech_Server / F_Pro /index.html
aboalaa147's picture
Initial deployment
eb6a2f9
Raw
History Blame Contribute Delete
560 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- index.html -->
<meta http-equiv="Cache-Control" content="max-age=31536000">
<title>my-app</title>
<script>
window.global = window;
</script>
<!-- <script src="https://js.stripe.com/v3/"></script> -->
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>