computersandblues.lodestone/public/index.html
2025-11-08 10:03:10 +01:00

11 lines
193 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>Lodestone</title>
</head>
<body>
<div id="root"></div>
<script src="/js/main.js"></script>
</body>
</html>