File tree Expand file tree Collapse file tree 4 files changed +37
-0
lines changed Expand file tree Collapse file tree 4 files changed +37
-0
lines changed 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 ="/ "> UnicodeSearch</ 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 UnicodeSearch.org
3+ #
4+
5+ Sitemap: https://www.unicodesearch.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.unicodesearch.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 > Unicode Search</ title >
8+ < meta name ="description " content ="Unicode Search lets you search the entire Unicode character database instantly " />
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