feather/examples/index.html

18 lines
318 B
HTML
Raw Normal View History

2017-07-04 01:10:58 +03:00
<!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>
2018-10-28 20:06:21 +03:00
<script src="https://unpkg.com/feather-icons"></script>
2017-07-04 01:10:58 +03:00
<script>
feather.replace()
</script>
</body>
</html>