5 <meta name=
"viewport" content=
"width=device-width, initial-scale=1.0">
7 <link rel=
"stylesheet" href=
"css/index.css">
11 <a href=
"index.html"><h3>🐧 Tuxmoji
</h3></a>
15 <p>Sorry, only works with JavaScript :(
</p>
17 <div class=
"category-buttons">
18 <!-- category buttons -->
20 <div class=
"search-container">
21 <input type=
"text" id=
"searchBox" onkeyup=
"filterEmojis()" placeholder=
"Search all emoji...">
23 <div id=
"emojiContainer" class=
"emoji-container"></div>
24 <div id=
"emojiModal" class=
"modal">
25 <div class=
"modal-content">
26 <span class=
"close">×</span>
27 <p id=
"emojiDetails"></p>
32 <a href=
"https://codeberg.org/Tuxilio/Tuxmoji">Source
</a> <a href=
"https://tuxilio.codeberg.page/">Made with
❤ by Tuxilio
</a>
35 <script src=
"js/index.js"></script>