dms are now in the early alpha

Co-authored-by: Alpisc <Alpisc@users.noreply.github.com>
This commit is contained in:
Mystikfluu
2022-08-11 17:26:58 +02:00
co-authored by Alpisc
parent 6cfbe1418f
commit 347b1fff3f
2 changed files with 40 additions and 22 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Posts</title>
<title>DMs</title>
<link rel="stylesheet" href="/css/global.css">
<link rel="stylesheet" href="/css/posts.css">
<script type="text/javascript" src="/js/httppost.js"></script>
@@ -32,8 +32,8 @@
<button type="button" name="button" id="post-btn" onclick="postMessage()">Post</button>
</div>
<div class="channelTab" id="channelTab">
<input type="text" name="Username_input" id="Username_input" placeholder="Username" class="channel" style="font-size: 16px;" onkeypress="clickPress(event)"> <br>
<!-- <p class="channel">- Channel Name -</p> -->
</div>
<div class="posts" id="posts"></div>
</div>