mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-19 17:39:21 +01:00
14 lines
197 B
HTML
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>
|