mongoose/tutorials/webui/webui-preact/web_root/index.html
2024-04-29 11:23:00 -03:00

9 lines
171 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css" />
</head>
<body></body>
<script type="module" src="main.js"></script>
</html>