File tree Expand file tree Collapse file tree 5 files changed +38
-0
lines changed Expand file tree Collapse file tree 5 files changed +38
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ See it in action: [emojisearch.org](https://www.emojisearch.org/)
2828[ ![ Vite] ( https://www.vectorlogo.zone/logos/vitejsdev/vitejsdev-ar21.svg )] ( https://vitejs.dev/ " Bundler ")
2929
3030* [ Gemoji] ( https://github.com/github/gemoji )
31+ * [ emojilib] ( https://github.com/muan/emojilib )
3132* [ Font Diner] ( https://fontdiner.com/ ) - Emilys Candy font
3233
3334## To Do
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en " class ="h-100 ">
3+ < head >
4+ < meta charset ="UTF-8 " />
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6+ < title > 404: File Not Found</ title >
7+ < link href ="/css/bootstrap.min.css " rel ="stylesheet ">
8+ </ head >
9+ < body class ="h-100 ">
10+ < div class ="w-100 h-100 ">
11+ < div class ="d-flex flex-column justify-content-center align-items-center w-100 h-100 ">
12+ < div class ="d-flex flex-row align-items-center alert alert-danger m-3 " role ="alert ">
13+ < img class ="pe-2 " src ="/images/stop.svg " alt ="Error " width ="100 " height ="100 " />
14+ < span class ="fs-4 "> File not found. Go to < a
15+ href ="/ "> EmojiSearch</ a > .</ span >
16+ </ div >
17+ </ div >
18+ </ div >
19+ </ body >
20+ </ html >
Original file line number Diff line number Diff line change 1+ #
2+ # robots.txt for EmojiSearch.org
3+ #
4+
5+ Sitemap: https://www.emojisearch.org/sitemap.xml
6+
7+ User-agent: *
8+ Disallow: /honeypot.txt
9+ Allow: /
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <urlset xmlns =" http://www.sitemaps.org/schemas/sitemap/0.9" >
3+ <url >
4+ <loc >https://www.emojisearch.org/</loc >
5+ </url >
6+ </urlset >
Original file line number Diff line number Diff line change 55 < meta charset ="UTF-8 " />
66 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
77 < title > Emoji Search</ title >
8+ < meta name ="description " content ="Emoji Search lets you instantly search for Emoji! Actually kind of self explanatory... " />
9+ < link rel ="icon " type ="image/svg+xml " href ="/favicon.svg " />
810 < noscript >
911 < style >
1012 .scriptonly {
You can’t perform that action at this time.
0 commit comments