mongoose/examples/webui-preact/web_root/index.html

9 lines
171 B
HTML
Raw Normal View History

2022-07-13 06:14:21 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css" />
</head>
<body></body>
<script type="module" src="main.js"></script>
</html>