80 lines
3 KiB
HTML
80 lines
3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<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" type="text/css" />
|
|
<link href="/themes.css" rel="stylesheet" type="text/css" id="lightcss"/>
|
|
|
|
<link rel="manifest" href="/manifest.json" />
|
|
</head>
|
|
|
|
<body class="Dark-theme">
|
|
<script src="/index.js" type="module"></script>
|
|
|
|
<div id="loading" class="loading">
|
|
<div id="centerdiv">
|
|
<img src="/logo.svg" width="1in" height="1in">
|
|
<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">
|
|
<img id="settings" class="svgtheme" src="/icons/settings.svg"></img>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="flexttb messageflex">
|
|
<div class="servertd channelnamediv">
|
|
<span id="mobileback" hidden></span><span id="channelname">Channel</span>
|
|
</div>
|
|
<div id="channelw">
|
|
<div id="messagecontainer">
|
|
<div id="messages">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="pasteimage"></div>
|
|
<div id="replybox" class="hideReplyBox"></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">
|
|
<span class="dot">.</span>
|
|
<span class="dot">.</span>
|
|
<span class="dot">.</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|