index.html 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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="https://cdn.discordapp.com/avatars/461189216198590464/f69cdc197791aed829882b64f9760dbb.png?size=64">
  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="https://cdn.discordapp.com/avatars/461189216198590464/f69cdc197791aed829882b64f9760dbb.png?size=1024">
  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="indexjs" src="/src/index.js" defer></script>
  15. </head>
  16. <body>
  17. <div id="text">
  18. <div class="description"></div>
  19. </div>
  20. <div class="scrollbar" id="sidebar">
  21. <div class="scrollbar" id="channellist">
  22. <a class="channel channel-header" id="settings">
  23. <img src="/src/settings.svg" alt="Settings">
  24. <div>Settings</div>
  25. </a>
  26. <a class="channel channel-header" id="verification">
  27. <img src="/src/settings.svg" alt="Settings">
  28. <div>Verifications</div>
  29. </a>
  30. <a class="channel channel-header" id="rcscript">
  31. <img src="/src/settings.svg" alt="Settings">
  32. <div>Recent Changes</div>
  33. </a>
  34. </div>
  35. <div id="navbar">
  36. <a id="selector" href="/" style="width: 230px;">
  37. <img class="avatar" src="https://discord.com/assets/f8389ca1a741a115313bede9ac02e2c0.svg" alt="Discord">
  38. <span>Server Selector</span>
  39. </a>
  40. <a id="support" href="https://discord.gg/v77RTk5" target="_blank" alt="Help with Wiki-Bot">
  41. <img class="avatar" src="https://cdn.discordapp.com/icons/464084451165732868/c6a8b9fc902b09545de8194a911e6045.png?size=64" alt="Wiki-Bot">
  42. <span>Support Server</span>
  43. </a>
  44. <a id="logout" href="/logout" alt="Logout">
  45. <img class="avatar" src="https://cdn.discordapp.com/avatars/461189216198590464/f69cdc197791aed829882b64f9760dbb.png?size=64" alt="Logout">
  46. <span>Wiki-Bot #2998</span>
  47. </a>
  48. </div>
  49. <div id="guildlist">
  50. <div class="guild" id="invite">
  51. <div class="bar"></div>
  52. <a href="https://discord.com/oauth2/authorize?client_id=461189216198590464&permissions=939904064&scope=bot" alt="Invite Wiki-Bot">
  53. <div class="avatar svg-avatar">
  54. <svg width="24" height="24" viewBox="0 0 24 24">
  55. <path fill="currentColor" d="M20 11.1111H12.8889V4H11.1111V11.1111H4V12.8889H11.1111V20H12.8889V12.8889H20V11.1111Z"></path>
  56. </svg>
  57. </div>
  58. </a>
  59. </div>
  60. <div class="guild" id="last-separator">
  61. <div class="separator"></div>
  62. </div>
  63. <div class="guild" id="refresh">
  64. <div class="bar"></div>
  65. <a href="/refresh" alt="Refresh server list">
  66. <div class="avatar svg-avatar">
  67. <svg width="20" height="23" viewBox="0 1.35 17.3 20" style="overflow: visible;">
  68. <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>
  69. </svg>
  70. </div>
  71. </a>
  72. </div>
  73. </div>
  74. </div>
  75. </body>
  76. </html>