mosaic/public/edit.html

12 lines
191 B
HTML
Raw Normal View History

2023-06-06 11:57:40 +00:00
<html>
<head>
<link rel="stylesheet" href="./css/app.css">
<script type="module" src="./js/edit.js"></script>
</head>
<body>
<lavender-configure></lavender-configure>
</body>
</html>