12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <!DOCTYPE html>
- <html lang="en" dir="ltr">
- <head>
- <meta charset="UTF-8">
- <title>Wiki-Bot Settings</title>
- <link rel="shortcut icon" href="https://cdn.discordapp.com/avatars/461189216198590464/f69cdc197791aed829882b64f9760dbb.png?size=64">
- <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.">
- <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.">
- <meta property="og:image" content="https://cdn.discordapp.com/avatars/461189216198590464/f69cdc197791aed829882b64f9760dbb.png?size=1024">
- <meta property="og:title" content="Wiki-Bot Settings">
- <meta property="og:site_name" content="Wiki-Bot Settings">
- <meta itemprop="author" content="MarkusRost">
- <link rel="stylesheet" type="text/css" href="/src/index.css">
- <script id="indexjs" src="/src/index.js" defer></script>
- </head>
- <body>
- <div id="text">
- <div class="description"></div>
- </div>
- <div class="scrollbar" id="sidebar">
- <div class="scrollbar" id="channellist">
- <a class="channel channel-header" id="settings">
- <img src="/src/settings.svg" alt="Settings">
- <div>Settings</div>
- </a>
- <a class="channel channel-header" id="verification">
- <img src="/src/settings.svg" alt="Settings">
- <div>Verifications</div>
- </a>
- <a class="channel channel-header" id="rcscript">
- <img src="/src/settings.svg" alt="Settings">
- <div>Recent Changes</div>
- </a>
- </div>
- <div id="navbar">
- <a id="selector" href="/" style="width: 230px;">
- <img class="avatar" src="https://discord.com/assets/f8389ca1a741a115313bede9ac02e2c0.svg" alt="Discord">
- <span>Server Selector</span>
- </a>
- <a id="support" href="https://discord.gg/v77RTk5" target="_blank" alt="Help with Wiki-Bot">
- <img class="avatar" src="https://cdn.discordapp.com/icons/464084451165732868/c6a8b9fc902b09545de8194a911e6045.png?size=64" alt="Wiki-Bot">
- <span>Support Server</span>
- </a>
- <a id="logout" href="/logout" alt="Logout">
- <img class="avatar" src="https://cdn.discordapp.com/avatars/461189216198590464/f69cdc197791aed829882b64f9760dbb.png?size=64" alt="Logout">
- <span>Wiki-Bot #2998</span>
- </a>
- </div>
- <div id="guildlist">
- <div class="guild" id="invite">
- <div class="bar"></div>
- <a href="https://discord.com/oauth2/authorize?client_id=461189216198590464&permissions=939904064&scope=bot" alt="Invite Wiki-Bot">
- <div class="avatar svg-avatar">
- <svg width="24" height="24" viewBox="0 0 24 24">
- <path fill="currentColor" d="M20 11.1111H12.8889V4H11.1111V11.1111H4V12.8889H11.1111V20H12.8889V12.8889H20V11.1111Z"></path>
- </svg>
- </div>
- </a>
- </div>
- <div class="guild" id="last-separator">
- <div class="separator"></div>
- </div>
- <div class="guild" id="refresh">
- <div class="bar"></div>
- <a href="/refresh" alt="Refresh server list">
- <div class="avatar svg-avatar">
- <svg width="20" height="23" viewBox="0 1.35 17.3 20" style="overflow: visible;">
- <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>
- </svg>
- </div>
- </a>
- </div>
- </div>
- </div>
- </body>
- </html>
|