Files
lucide/docs/guide/preact/basics/examples/index.html
2025-11-19 23:24:08 +01:00

14 lines
197 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Parcel Sandbox</title>
<meta charset="UTF-8" />
</head>
<body>
<div id="root"></div>
<script src="index.js"></script>
</body>
</html>