better formatting
This commit is contained in:
parent
e1fc1f7edf
commit
b56e7d23b4
2 changed files with 7 additions and 11 deletions
|
@ -11,16 +11,12 @@
|
||||||
<h1>
|
<h1>
|
||||||
Hi from {{ instanceLocation }}'s Nyxask!
|
Hi from {{ instanceLocation }}'s Nyxask!
|
||||||
</h1>
|
</h1>
|
||||||
<label for="name">Name (optional):</label>
|
<form method="POST">
|
||||||
<input
|
<input type="text" name="name" size="10" placeholder="name (optional)" />
|
||||||
type="text"
|
<br>
|
||||||
id="name"
|
<br>
|
||||||
name="name"
|
<textarea id="question" name="question" placeholder="question" required></textarea>
|
||||||
size="10" />
|
</form>
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<label for="question">Question:</label>
|
|
||||||
<textarea id="question" name="question"></textarea>
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
Login to {{ instanceLocation }}'s Nyxask!
|
Login to {{ instanceLocation }}'s Nyxask!
|
||||||
</h1>
|
</h1>
|
||||||
<form method="POST">
|
<form method="POST">
|
||||||
<input type="text" name="username" placeholder="username" required>
|
<input type="text" name="username" placeholder="username" required><br>
|
||||||
<input type="password" name="password" placeholder="password" required>
|
<input type="password" name="password" placeholder="password" required>
|
||||||
<button type="submit">login</button>
|
<button type="submit">login</button>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Add table
Reference in a new issue