index.html 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <!DOCTYPE html>
  2. <html lang="en" dir="ltr">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Wiki-Bot Settings</title>
  6. <link rel="shortcut icon" href="/src/icon.png">
  7. <meta name="description" content="Wiki-Bot is a bot with the purpose to easily search for and link to wiki pages. Wiki-Bot shows short descriptions and additional info about pages and is able to resolve redirects and follow interwiki links.">
  8. <meta property="og:description" content="Wiki-Bot is a bot with the purpose to easily search for and link to wiki pages. Wiki-Bot shows short descriptions and additional info about pages and is able to resolve redirects and follow interwiki links.">
  9. <meta property="og:image" content="/src/icon.png">
  10. <meta property="og:title" content="Wiki-Bot Settings">
  11. <meta property="og:site_name" content="Wiki-Bot Settings">
  12. <meta itemprop="author" content="MarkusRost">
  13. <link rel="stylesheet" type="text/css" href="/src/index.css">
  14. <script id="langjs" src="/src/lang.js" defer></script>
  15. <script id="indexjs" src="/src/index.js" defer></script>
  16. </head>
  17. <body>
  18. <div id="text">
  19. <div id="notices"></div>
  20. <div class="description"></div>
  21. </div>
  22. <div class="scrollbar" id="sidebar">
  23. <div class="scrollbar" id="channellist">
  24. <a class="channel channel-header" id="settings">
  25. <img src="/src/settings.svg" alt="Settings">
  26. <div>Settings</div>
  27. </a>
  28. <a class="channel channel-header" id="verification">
  29. <img src="/src/settings.svg" alt="Settings">
  30. <div>Verifications</div>
  31. </a>
  32. <a class="channel channel-header" id="rcscript">
  33. <img src="/src/settings.svg" alt="Settings">
  34. <div>Recent Changes</div>
  35. </a>
  36. </div>
  37. <div id="navbar">
  38. <a id="selector" href="/" style="width: 230px;">
  39. <img class="avatar" src="https://discord.com/assets/f8389ca1a741a115313bede9ac02e2c0.svg" alt="Discord">
  40. <span>Server Selector</span>
  41. </a>
  42. <a id="support" href="https://discord.gg/v77RTk5" target="_blank" alt="Help with Wiki-Bot">
  43. <img class="avatar" src="/src/icon.png" alt="Wiki-Bot">
  44. <span>Support Server</span>
  45. </a>
  46. <a id="logout" href="/logout" alt="Logout">
  47. <img class="avatar" src="/src/icon.png" alt="Logout">
  48. <span>Wiki-Bot #2998</span>
  49. </a>
  50. </div>
  51. <div id="guildlist">
  52. <div class="guild" id="invite">
  53. <div class="bar"></div>
  54. <a href="https://discord.com/oauth2/authorize?client_id=461189216198590464&permissions=939904064&scope=bot" alt="Invite Wiki-Bot">
  55. <div class="avatar svg-avatar">
  56. <svg width="24" height="24" viewBox="0 0 24 24">
  57. <path fill="currentColor" d="M20 11.1111H12.8889V4H11.1111V11.1111H4V12.8889H11.1111V20H12.8889V12.8889H20V11.1111Z"></path>
  58. </svg>
  59. </div>
  60. </a>
  61. </div>
  62. <div class="guild" id="last-separator">
  63. <div class="separator"></div>
  64. </div>
  65. <div class="guild" id="refresh">
  66. <div class="bar"></div>
  67. <a href="/refresh" alt="Refresh server list">
  68. <div class="avatar svg-avatar">
  69. <svg width="20" height="23" viewBox="0 1.35 17.3 20" style="overflow: visible;">
  70. <path fill="currentColor" d="M8.6,2.7V0.4c0-0.4-0.4-0.5-0.7-0.3L4.2,3.9C4,4,4,4.3,4.2,4.4l3.7,3.7c0.3,0.3,0.7,0.1,0.7-0.3V5.6c3.4,0,6.1,2.9,5.7,6.4 c-0.3,2.6-2.4,4.8-5.1,5.1c-3.5,0.4-6.4-2.3-6.4-5.7c0-1.1,0.3-2.1,0.8-2.9c0.1-0.2,0.1-0.4-0.1-0.5L2.1,6.5 C1.9,6.3,1.6,6.3,1.5,6.5C0.5,8-0.1,9.8,0,11.8c0.2,4.4,3.8,8.1,8.3,8.2c4.9,0.2,9-3.7,9-8.6C17.3,6.6,13.4,2.7,8.6,2.7z"></path>
  71. </svg>
  72. </div>
  73. </a>
  74. </div>
  75. </div>
  76. </div>
  77. </body>
  78. </html>