stochastic-scatter / index.html
dixiebone13-a11y
Stochastic Scatter v2.2: Rayleigh/Ricean Simulator — Vite+React+Tailwind, all 10 audit fixes
692a3e9
raw
history blame contribute delete
313 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Stochastic Scatter — Rayleigh/Ricean Simulator</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>