index.html

683 B · html · 15 lines

1<!doctype html>2<html lang="en" data-prefix="mrly-">3<head>4<meta charset="utf-8">5<meta name="viewport" content="width=device-width, initial-scale=1">6<script data-boot>(()=>{const d=document.documentElement;d.classList.add('js');try{for(const k of['theme','font','tint']){const v=localStorage.getItem('mrly-'+k);if(v)d.dataset[k]=v}}catch{}})()</script>7<title>The eyes of MrlyMath</title>8<meta name="description" content="Every number and pixel on these pages comes out of the Rust crates through wasm. The browser only draws.">9<link rel="stylesheet" href="../lib/mrly.css">10</head>11<body>12<div id="root"></div>13<script type="module" src="./index.jsx"></script>14</body>15</html>