index.html 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>APIs - Sv443 Network</title>
  5. <meta charset="UTF-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <meta name="HandheldFriendly" content="true">
  8. <meta name="pagename" content="APIs - Sv443 Network">
  9. <meta name="application-name" content="APIs - Sv443 Network">
  10. <meta property="og:title" content="APIs - Sv443 Network">
  11. <meta name="description" content="DESC">
  12. <meta name="twitter:card" content="DESC">
  13. <meta property="og:description" content="DESC">
  14. <meta name="subject" content="Video Games">
  15. <meta name="copyright" content="Sv443 Network">
  16. <meta name="author" content="Sv443">
  17. <meta property="og:url" content="https://sv443.net/">
  18. <meta property="og:image" content="https://sv443.net/favicon.png">
  19. <meta property="og:type" content="profile">
  20. <meta property="og:locale" content="en_US">
  21. <meta property="og:locale:alternate" content="en_GB">
  22. <link rel="stylesheet" href="../css/global.css">
  23. <!-- <link rel="stylesheet" href="https://sv443.net/css/global.css"> #DEBUG -->
  24. <link rel="stylesheet" href="./index.css">
  25. <script src="https://cdn.jsdelivr.net/npm/js-cookie@rc/dist/js.cookie.min.js"></script>
  26. <script src="./index.js"></script>
  27. <!-- Generated with https://realfavicongenerator.net/ -->
  28. <link rel="apple-touch-icon" sizes="180x180" href="./resources/favicons/apple-touch-icon.png">
  29. <link rel="icon" type="image/png" sizes="32x32" href="./resources/favicons/favicon-32x32.png">
  30. <link rel="icon" type="image/png" sizes="16x16" href="./resources/favicons/favicon-16x16.png">
  31. <link rel="manifest" href="./resources/favicons/site.webmanifest">
  32. <link rel="mask-icon" href="./resources/favicons/safari-pinned-tab.svg" color="#101747">
  33. <link rel="shortcut icon" href="./resources/favicons/favicon.ico">
  34. <meta name="msapplication-TileColor" content="#101747">
  35. <meta name="msapplication-config" content="./resources/favicons/browserconfig.xml">
  36. <meta name="theme-color" content="#101747">
  37. </head>
  38. <body data-theme="dark">
  39. <main>
  40. <h2>APIs - Sv443 Network</h2>
  41. <div class="list">
  42. <div class="list-item">
  43. <a href="https://jokeapi.dev/" id="jokeapi" rel="noopener noreferrer" class="img-link noul" target="_blank">
  44. <span class="list-item-container">
  45. <img src="https://sv443.net/resources/images/jokeapi.png" alt="JokeAPI" class="square"></img>
  46. <h4>JokeAPI</h4>
  47. </span>
  48. </a>
  49. <div class="list-item-desc">
  50. REST API that serves uniformly and well formatted jokes in JSON, XML, YAML or plain text format that also offers a great variety of filtering methods
  51. </div>
  52. </div>
  53. <div class="list-item">
  54. <a href="https://github.com/Sv443/geniURL" id="geniurl" rel="noopener noreferrer" class="img-link noul" target="_blank">
  55. <span class="list-item-container">
  56. <img src="https://sv443.net/resources/images/jokeapi.png" alt="GeniURL" class="square"></img>
  57. <h4>geniURL</h4>
  58. </span>
  59. </a>
  60. <div class="list-item-desc">
  61. Simple JSON and XML REST API to search for song metadata and the lyrics URL on genius.com
  62. </div>
  63. </div>
  64. </div>
  65. </main>
  66. </body>
  67. </html>