mirror of
https://github.com/milk-net/milk-net.github.io.git
synced 2025-04-19 05:33:40 -05:00
Update index.html
This commit is contained in:
parent
a44c8dfe82
commit
c15e9a26c4
1 changed files with 3 additions and 14 deletions
|
@ -19,20 +19,9 @@
|
||||||
<!-- Forum Post Section -->
|
<!-- Forum Post Section -->
|
||||||
<div id="new-thread">
|
<div id="new-thread">
|
||||||
<textarea id="post-content" placeholder="Write your post..."></textarea>
|
<textarea id="post-content" placeholder="Write your post..."></textarea>
|
||||||
<input type="file" id="image-upload" accept="image/*">
|
<input type="file" id="image-upload">
|
||||||
<button onclick="uploadImage()">Upload Image</button>
|
<button onclick="uploadImage()">Upload</button>
|
||||||
<button onclick="submitPost()">Submit Post</button>
|
<button onclick="submitPost()">Post</button>
|
||||||
</div>
|
|
||||||
|
|
||||||
<hr>
|
|
||||||
|
|
||||||
<!-- Login/Registration Section -->
|
|
||||||
<div class="auth-container">
|
|
||||||
<h2>Already a member?</h2>
|
|
||||||
<input type="text" id="login-username" placeholder="Username"><br>
|
|
||||||
<input type="password" id="login-password" placeholder="Password"><br>
|
|
||||||
<button onclick="login()">Login</button>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue