landing/index.html
NetMan 944ea23331 small changes
license, title/favicon
2025-11-04 21:03:09 +01:00

13 lines
361 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>netman's corner</title>
<link rel="icon" type="image/png" href="/favicon.ico" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>