mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
18 lines
318 B
HTML
18 lines
318 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>
|