login.html 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <!DOCTYPE html>
  2. <html lang="en" dir="ltr">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Login – 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="Login – 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. </head>
  15. <body>
  16. <div id="text"></div>
  17. <div id="navbar">
  18. <div style="width: 150px;"></div>
  19. <a id="support" href="https://discord.gg/v77RTk5" target="_blank" alt="Support server">
  20. <img class="avatar" src="https://cdn.discordapp.com/icons/464084451165732868/c6a8b9fc902b09545de8194a911e6045.png?size=128" alt="Support server">
  21. <span>Support server</span>
  22. </a>
  23. </div>
  24. <div class="scrollbar" id="sidebar">
  25. <div id="guildlist">
  26. <div class="guild" id="invite">
  27. <div class="bar"></div>
  28. <a href="https://discord.com/oauth2/authorize?client_id=461189216198590464&permissions=939912256&scope=bot" alt="Invite Wiki-Bot">
  29. <div class="avatar svg-avatar">
  30. <svg width="24" height="24" viewBox="0 0 24 24">
  31. <path fill="currentColor" d="M20 11.1111H12.8889V4H11.1111V11.1111H4V12.8889H11.1111V20H12.8889V12.8889H20V11.1111Z"></path>
  32. </svg>
  33. </div>
  34. </a>
  35. </div>
  36. </div>
  37. <div class="scrollbar" id="channellist">
  38. <a class="channel channel-header" id="login">
  39. <svg viewBox="0 0 24 24">
  40. <path fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M19.738 10H22V14H19.739C19.498 14.931 19.1 15.798 18.565 16.564L20 18L18 20L16.565 18.564C15.797 19.099 14.932 19.498 14 19.738V22H10V19.738C9.069 19.498 8.203 19.099 7.436 18.564L6 20L4 18L5.436 16.564C4.901 15.799 4.502 14.932 4.262 14H2V10H4.262C4.502 9.068 4.9 8.202 5.436 7.436L4 6L6 4L7.436 5.436C8.202 4.9 9.068 4.502 10 4.262V2H14V4.261C14.932 4.502 15.797 4.9 16.565 5.435L18 3.999L20 5.999L18.564 7.436C19.099 8.202 19.498 9.069 19.738 10ZM12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16Z"></path>
  41. </svg>
  42. <div>Login</div>
  43. </a>
  44. <a class="channel" id="invite-wikibot">
  45. <img src="/src/channel.svg" width="20" height="20">
  46. <div>Invite Wiki-Bot</div>
  47. </a>
  48. </div>
  49. </div>
  50. </body>
  51. </html>