Revert html
Signed-off-by: Scott Gould <greysilly7@gmail.com>
This commit is contained in:
parent
ffef83357d
commit
a81bc02a5a
3 changed files with 126 additions and 111 deletions
|
@ -1,49 +1,61 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>Jank Client</title>
|
|
||||||
<meta name="description" content="A spacebar client that has DMs, replying and more">
|
|
||||||
<meta content="/logo.webp" property="og:image">
|
|
||||||
<meta content="#4b458c" data-react-helmet="true" name="theme-color">
|
|
||||||
<link href="/style.css" rel="stylesheet">
|
|
||||||
<link href="/themes.css" rel="stylesheet" id="lightcss">
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body class="Dark-theme">
|
<head>
|
||||||
<div id="titleDiv">
|
<meta charset="utf-8">
|
||||||
<img src="/logo.svg" width="40" alt="Jank Client Logo">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<h1 id="pageTitle">Jank Client</h1>
|
<title>Jank Client</title>
|
||||||
<a href="https://sb-jankclient.vanillaminigames.net/invite/USgYJo?instance=https%3A%2F%2Fspacebar.chat" class="TitleButtons">Spacebar Guild</a>
|
<meta content="Jank Client" property="og:title">
|
||||||
<a href="https://github.com/MathMan05/JankClient" class="TitleButtons">Github</a>
|
<meta content="A spacebar client that has DMs, replying and more" property="og:description">
|
||||||
<a href="https://sb-jankclient.vanillaminigames.net/invite/USgYJo?instance=https%3A%2F%2Fspacebar.chat" class="TitleButtons">Spacebar Guild</a>
|
<meta content="/logo.webp" property="og:image">
|
||||||
<a href="https://github.com/MathMan05/JankClient" class="TitleButtons">Github</a>
|
<meta content="#4b458c" data-react-helmet="true" name="theme-color">
|
||||||
|
<link href="/style.css" rel="stylesheet">
|
||||||
|
<link href="/themes.css" rel="stylesheet" id="lightcss">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="Dark-theme">
|
||||||
|
<div id="titleDiv">
|
||||||
|
<img src="/logo.svg" width="40">
|
||||||
|
<h1 id="pageTitle">Jank Client</h1>
|
||||||
|
<a href="https://sb-jankclient.vanillaminigames.net/invite/USgYJo?instance=https%3A%2F%2Fspacebar.chat"
|
||||||
|
class="TitleButtons">
|
||||||
|
<h1>Spacebar Guild</h1>
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/MathMan05/JankClient" class="TitleButtons">
|
||||||
|
<h1>Github</h1>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="flexttb">
|
||||||
|
|
||||||
|
<div class="flexttb pagehead">
|
||||||
|
<h1>Welcome to Jank Client</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="flexttb">
|
<div class="pagebox">
|
||||||
|
<p>Jank Client is a spacebar compatible client seeking to be as good as it can be with many features including:
|
||||||
<div class="flexttb pagehead"><h1>Welcome to Jank Client</h1></div>
|
</p>
|
||||||
<div class="pagebox">
|
<ul>
|
||||||
<p>Jank Client is a spacebar compatible client seeking to be as good as it can be with many features including:</p>
|
<li>Direct Messaging</li>
|
||||||
<ul>
|
<li>Reactions support</li>
|
||||||
<li>Direct Messaging</li>
|
<li>Invites</li>
|
||||||
<li>Reactions support</li>
|
<li>Account switching</li>
|
||||||
<li>Invites</li>
|
<li>User settings</li>
|
||||||
<li>Account switching</li>
|
</ul>
|
||||||
<li>User settings</li>
|
</div>
|
||||||
</ul>
|
<div class="pagebox">
|
||||||
</div>
|
<h2>Spacebar compatible Instances:</h2>
|
||||||
<div class="pagebox">
|
<div id="instancebox">
|
||||||
<h2>Spacebar compatible Instances:</h2>
|
|
||||||
<div id="instancebox">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="pagebox">
|
|
||||||
<h2>Contribute to Jank Client</h2>
|
|
||||||
<p>We always appreciate some help, wether that be in the form of bug reports, or code, or even just pointing out some typos.</p><br>
|
|
||||||
</a><a href="https://github.com/MathMan05/JankClient" class="TitleButtons"><h1>Github</h1></a>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
<div class="pagebox">
|
||||||
<script src="/home.js" type="module"></script>
|
<h2>Contribute to Jank Client</h2>
|
||||||
</html>
|
<p>We always appreciate some help, wether that be in the form of bug reports, or code, or even just pointing out
|
||||||
|
some typos.</p><br>
|
||||||
|
</a><a href="https://github.com/MathMan05/JankClient" class="TitleButtons">
|
||||||
|
<h1>Github</h1>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
<script src="/home.js" type="module"></script>
|
||||||
|
|
||||||
|
</html>
|
|
@ -1,81 +1,82 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
|
|
||||||
<meta name="description" content="A spacebar client that has DMs, replying and more">
|
|
||||||
<title>Jank Client</title>
|
|
||||||
<meta content="Jank Client" property="og:title">
|
|
||||||
<meta content="A spacebar client that has DMs, replying and more" property="og:description">
|
|
||||||
<meta content="/logo.webp" property="og:image">
|
|
||||||
<meta content="#4b458c" data-react-helmet="true" name="theme-color">
|
|
||||||
<link href="/style.css" rel="stylesheet">
|
|
||||||
<link href="/themes.css" rel="stylesheet" id="lightcss">
|
|
||||||
|
|
||||||
<link rel="manifest" href="/manifest.json">
|
<head>
|
||||||
</head>
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||||
|
<title>Jank Client</title>
|
||||||
|
<meta content="Jank Client" property="og:title">
|
||||||
|
<meta content="A spacebar client that has DMs, replying and more" property="og:description">
|
||||||
|
<meta content="/logo.webp" property="og:image">
|
||||||
|
<meta content="#4b458c" data-react-helmet="true" name="theme-color">
|
||||||
|
<link href="/style.css" rel="stylesheet">
|
||||||
|
<link href="/themes.css" rel="stylesheet" id="lightcss">
|
||||||
|
|
||||||
<body class="Dark-theme">
|
<link rel="manifest" href="/manifest.json">
|
||||||
<script src="/index.js" type="module"></script>
|
</head>
|
||||||
|
|
||||||
<div id="loading" class="loading">
|
<body class="Dark-theme">
|
||||||
<div id="centerdiv">
|
<script src="/index.js" type="module"></script>
|
||||||
<img src="/logo.svg" alt="Logo" class="logo-image">
|
|
||||||
<h1>Jank Client is loading</h1>
|
<div id="loading" class="loading">
|
||||||
<h2 id="load-desc">This shouldn't take long</h2>
|
<div id="centerdiv">
|
||||||
<h2 id="switchaccounts">Switch Accounts</h2>
|
<img src="/logo.svg" style="width:3in;height:3in;">
|
||||||
|
<h1>Jank Client is loading</h1>
|
||||||
|
<h2 id="load-desc">This shouldn't take long</h2>
|
||||||
|
<h1 id="switchaccounts">Switch Accounts</h1>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="flexltr" id="page">
|
||||||
|
<div id="neunence">
|
||||||
|
<div id="servers"></div>
|
||||||
|
</div>
|
||||||
|
<div class="flexttb channelflex">
|
||||||
|
<div class="servertd" id="servertd">
|
||||||
|
<h2 id="serverName">Server Name</h2>
|
||||||
|
</div>
|
||||||
|
<div id="channels"></div>
|
||||||
|
<div class="flexltr" id="userdock">
|
||||||
|
<div class="flexltr" id="userinfo">
|
||||||
|
<img id="userpfp" class="pfp">
|
||||||
|
|
||||||
|
<div class="userflex">
|
||||||
|
<p id="username">USERNAME</p>
|
||||||
|
<p id="status">STATUS</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="user-actions">
|
||||||
|
<span id="settings" class="svgtheme svg-settings"></span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flexltr" id="page">
|
<div class="flexttb messageflex">
|
||||||
<div id="neunence">
|
<div class="servertd channelnamediv">
|
||||||
<div id="servers"></div>
|
<span id="mobileback" hidden></span>
|
||||||
|
<span id="channelname">Channel name</span>
|
||||||
|
<span id="channelTopic" hidden>Channel topic</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flexttb channelflex">
|
<div id="channelw">
|
||||||
<div class="servertd" id="servertd">
|
<div id="loadingdiv">
|
||||||
<h2 id="serverName">Server Name</h2>
|
|
||||||
</div>
|
|
||||||
<div id="channels"></div>
|
|
||||||
<div class="flexltr" id="userdock">
|
|
||||||
<div class="flexltr" id="userinfo">
|
|
||||||
<img id="userpfp" class="pfp" alt="User Profile Picture">
|
|
||||||
|
|
||||||
<div class="userflex">
|
|
||||||
<p id="username">USERNAME</p>
|
|
||||||
<p id="status">STATUS</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="user-actions">
|
|
||||||
<span id="settings" class="svgtheme svg-settings"></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flexttb messageflex">
|
<div id="pasteimage"></div>
|
||||||
<div class="servertd channelnamediv">
|
<div id="replybox" class="hideReplyBox"></div>
|
||||||
<span id="mobileback" hidden></span>
|
<div id="typediv">
|
||||||
<span id="channelname">Channel name</span>
|
<div id="realbox">
|
||||||
<span id="channelTopic" hidden>Channel topic</span>
|
<div id="typebox" contentEditable="true"></div>
|
||||||
</div>
|
</div>
|
||||||
<div id="channelw">
|
<div id="typing" class="hidden">
|
||||||
<div id="loadingdiv">
|
<p id="typingtext">typing</p>
|
||||||
</div>
|
<div class="loading-indicator">
|
||||||
</div>
|
<div class="dot"></div>
|
||||||
<div id="pasteimage"></div>
|
<div class="dot"></div>
|
||||||
<div id="replybox" class="hideReplyBox"></div>
|
<div class="dot"></div>
|
||||||
<div id="typediv">
|
|
||||||
<div id="realbox">
|
|
||||||
<div id="typebox" contentEditable="true"></div>
|
|
||||||
</div>
|
|
||||||
<div id="typing" class="hidden">
|
|
||||||
<p id="typingtext">typing</p>
|
|
||||||
<div class="loading-indicator">
|
|
||||||
<div class="dot"></div>
|
|
||||||
<div class="dot"></div>
|
|
||||||
<div class="dot"></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</div>
|
||||||
</html>
|
</body>
|
||||||
|
|
||||||
|
</html>
|
|
@ -1,4 +1,5 @@
|
||||||
<body class="Dark-theme">
|
<body class="Dark-theme">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
@ -16,7 +17,8 @@
|
||||||
<div>
|
<div>
|
||||||
<label for="instance"><b>Instance:</b></label><br>
|
<label for="instance"><b>Instance:</b></label><br>
|
||||||
<p id="verify"></p>
|
<p id="verify"></p>
|
||||||
<input type="search" list="instances" placeholder="Instance URL" id="instancein" name="instance" value="" id="instancein" required>
|
<input type="search" list="instances" placeholder="Instance URL" id="instancein" name="instance" value=""
|
||||||
|
id="instancein" required>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<label for="uname"><b>Email:</b></label><br>
|
<label for="uname"><b>Email:</b></label><br>
|
||||||
|
@ -57,4 +59,4 @@
|
||||||
</div>
|
</div>
|
||||||
<datalist id="instances"></datalist>
|
<datalist id="instances"></datalist>
|
||||||
<script src="/register.js" type="module"></script>
|
<script src="/register.js" type="module"></script>
|
||||||
</body>
|
</body>
|
Loading…
Add table
Add a link
Reference in a new issue