microbe-model / web /index.html
Miyu Horiuchi
v2 architecture: FastAPI backend + React frontend (pixel-perfect Prototype A)
796c5f4
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>microbe-model — pick one and try the medium</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Predicted growth conditions for never-cultured microbes." />
<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=IBM+Plex+Sans:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500&family=IBM+Plex+Serif:ital,wght@0,400;0,500;1,400;1,500&display=swap" rel="stylesheet">
<style>
html, body, #root { margin: 0; padding: 0; min-height: 100%; background: #f5f1e8; font-family: 'IBM Plex Sans', system-ui, sans-serif; color: #1f1d18; }
* { box-sizing: border-box; }
input::placeholder { color: rgba(0,0,0,0.35); }
button { font-family: inherit; }
</style>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>