12 lines
191 B
HTML
12 lines
191 B
HTML
<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> |