Files
feather/examples/index.html
Cole Bemis 7cfd42c563 Update eslint and prettier (#1212)
* chore: Update eslint and prettier config

* chore: Run prettier
2023-08-19 19:26:10 -07:00

18 lines
347 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Feather</title>
</head>
<body>
<i data-feather="eye"></i>
<i data-feather="heart"></i>
<i data-feather="feather"></i>
<script src="https://unpkg.com/feather-icons"></script>
<script>
feather.replace();
</script>
</body>
</html>