functioning version
still in process of finding new host for now, available on demand via ngrok
This commit is contained in:
parent
f36b48f4ce
commit
fa3cebba04
1 changed files with 5 additions and 1 deletions
|
|
@ -30,7 +30,11 @@
|
|||
</header>
|
||||
<div class="d-flex flex-column py-4 px-4 align-items-center">
|
||||
<h2 class="mb-4">New Message</h2>
|
||||
<form class="d-flex flex-column align-items-center w-50" method="post">
|
||||
<form
|
||||
class="d-flex flex-column align-items-center w-50"
|
||||
method="post"
|
||||
action="/msg/new"
|
||||
>
|
||||
<div class="input-group mb-4" data-bs-theme="dark">
|
||||
<span class="input-group-text" id="to-desc">To:</span>
|
||||
<% if (to) { %>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue