UNPKG

aliglelo

Version:
112 lines (111 loc) 2.91 kB
<!DOCTYPE HTML> <html> <head> <title>Aliglelo</title> <meta charset=utf-8 /> <meta name=viewport content="width=device-width, initial-scale=1" /> <link rel=stylesheet href=main.css /> <link rel=icon type=image/png href=https://cdn.jsdelivr.net/npm/aliglelo/192.png> </head> <body> <section id=banner> <h2><strong>Aliglelo</strong></h2> <p>&#x2605; The Links Directory &#x2605;</p> </section> <section id=one class="wrapper special"> <div class=inner> <input type=text id=myInput onkeyup=myFunction() placeholder=Search> <table id=myTable> <tbody> <tr> <td> <hr width=40%> </td> </tr> <tr> <td>&#x2605; <a href=https://oye-ftp.herokuapp.com/> Upload</a></td> </tr> <tr> <td>&#x2605; <a href=https://oye-data.herokuapp.com/> DATA</a></td> </tr> <tr> <td>&#x2605; <a href=https://aliglelo-archieve.github.io/> Archieve</a></td> </tr> <tr> <td>&#x2605;<a href=https://aliglelo-apk.github.io/>Apk</a></td> </tr> <tr> <td>&#x2605;<a href=https://its-x.github.io/> ITS-X</a></td> </tr> <tr> <td>&#x2605;<a href=https://aliglelo-about.github.io/> About</a></td> </tr> <tr> <td> <hr width=40%> </td> </tr> <tr> <td>&#x2605;<a href=https://ghausmani6.wixsite.com/website-2> ITS-UPLOADS</a></td> </tr> <tr> <td>&#x2605;<a href=https://ghausmani6.wixsite.com/its-data> ITS-DATA</a></td> </tr> <tr> <td>&#x2605;<a href=https://ghausmani6.wixsite.com/mysite> TECH MASETR</a></td> </tr> <tr> <td> <hr width=40%> </td> </tr> <tr> <td>&#x2605; <a href="https://its-forum.000webhostapp.com">Forum</a></td> </tr> <tr> <td>&#x2605; <a href="https://aliglelo-org.github.io/">Official</a></td> </tr> <tr> <td>&#x2605; <a href="https://aliglelo-lite.github.io/">Lite</a></td> </tr> <tr> <td>&#x2605; <a href="https://aliglelo-stats.github.io/">Stats</a></td> </tr> <tr> <td>&#x2605; <a href="https://aliglelo-bp.github.io/">Boilerplate</a></td> </tr> <tr> <td>&#x2605; <a href="https://alig-cli.github.io/">Alig-cli</a></td> </tr> <tr> <td>&#x2605; <a href="https://alig-hack.github.io/">Alig-hack</a></td> </tr> <tr> <td>&#x2605; <a href="https://aliglelo-read.github.io/">Read</a></td> </tr> <tr> <td>&#x2605; <a href="https://aliglelo-tools.github.io/">Tools</a></td> </tr> <tr> <td>&#x2605; <a href="https://jkljkl-1.github.io/">Jkl</a></td> </tr> <tr> <td>&#x2605; <a href="https://siqo.github.io/">siqo</a></td> </tr> <tr> <td> <hr width=40%> </td> </tr> </tbody> </table> </div> </section> <footer id=footer> <div class=copyright> &copy; Aliglelo |<a href=https://aliglelo.github.io/lite></a>| All Rights Reserved. </div> </footer> <script>function myFunction(){var i,n,m,l,j,h,k;i=document.getElementById("myInput");n=i.value.toUpperCase();m=document.getElementById("myTable");l=m.getElementsByTagName("tr");for(h=0;h<l.length;h++){j=l[h].getElementsByTagName("td")[0];if(j){k=j.textContent||j.innerText;if(k.toUpperCase().indexOf(n)>-1){l[h].style.display=""}else{l[h].style.display="none"}}}};</script> </body> </html>