week-5-module-2 / index.html
iurbinah's picture
Update index.html
25b25ef verified
raw
history blame contribute delete
845 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Statistical Methods: Difference of Two Proportions</title>
<!-- fonts & inline styling — keep as-is -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&family=Lato:wght@400;700&display=swap" rel="stylesheet" />
<style>
/* … the style block you already have … */
</style>
</head>
<body>
<div id="root"></div>
<!-- Vite picks up this module, bundles everything, and rewrites the path during build -->
<script type="module" src="/index.tsx"></script>
</body>
</html>