synapse-link / index.html
dixiebone13-a11y
Synapse Link HEBB-9 - Hebbian learning neural sim
4ad4378
raw
history blame contribute delete
306 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Synapse_Link HEBB-9</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>