UNPKG

aliglelo

Version:
64 lines (63 loc) 2.29 kB
<!DOCTYPE html> <html lang=en> <head> <meta charset=utf-8> <meta http-equiv=X-UA-Compatible content="IE=edge"> <meta name=viewport content="width=device-width, initial-scale=1.0"> <link rel=icon type=image/png href=https://cdn.jsdelivr.net/npm/aliglelo/192.png> <link rel=manifest href=/manifest.json> <meta name=theme-color content="#ebf0f4"/> <title>Aliglelo-Down</title> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/aliglelo@latest/style.css"> </head> <body> <div class="ampstart-headerbar fixed flex justify-start items-center top-0 left-0 right-0 pl2 pr6"> <div class="ampstart-headerbar-title mx-auto"><h2><a href=../index.html>Aliglelo</a></h2></div> </div> <section> <div> <input autofocus type=text id=myInput onkeyup=searchFunction() placeholder="Search for Sites.." title="Type in a name"> <table id=myTable> <tr class=header> <th style=width:50%>Name</th> <th style=width:50%>Link</th> </tr> <td>NPM</td> <td><a href=npm.html>Link</a></td> </tr> <tr> <td>Aliglelo</td> <td><a href=https://github.com/aliglelo/aliglelo.github.io/archive/master.zip>Link</a></td> </tr> <tr> <td>Official</td> <td><a href=https://github.com/aliglelo-org/aliglelo-org.github.io/archive/master.zip>Link</a></td> </tr> <tr> <td>About</td> <td><a href=https://github.com/aliglelo-about/aliglelo-about.github.io/archive/master.zip>Link</a></td> </tr> <tr> <td>jkljkl-1</td> <td><a href=https://github.com/jkljkl-1/jkljkl-1.github.io/archive/master.zip>Link</a></td> </tr> <tr> <td>Boilerplate</td> <td><a href=https://github.com/aliglelo-bp/biolerplate/archive/master.zip>Link</a></td> </tr> <tr> <td>Lite</td> <td><a href=https://github.com/aliglelo-lite/aliglelo-lite.github.io/archive/master.zip>Link</a></td> </tr> <tr> <td>Archieve</td> <td><a href=https://github.com/aliglelo-archieve/aliglelo-archieve.github.io/archive/master.zip>Link</a></td> </tr> </table> </div> <div> </div> </section> <script>function searchFunction(){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>