<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<title>nixvm — Alpine Linux in your browser</title>
<meta
name="description"
content="nixvm boots a real Alpine Linux userland and runs an interactive shell entirely client-side in WebAssembly — no server, no container."
/>
<link rel="icon" href="data:," />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>