mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-11-01 03:25:04 +03:00
29 lines
No EOL
690 B
Text
29 lines
No EOL
690 B
Text
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<%- include("extra/header", {title: "Main page!" }) %>
|
|
|
|
<body>
|
|
|
|
<%- include("extra/navbar", {user}) %>
|
|
|
|
|
|
<h1>This page is not ready.</h1>
|
|
<hr>
|
|
<!--- <form action="/userEdit/<%= %>" method="post">
|
|
|
|
|
|
<input type="text" name="username" placeholder="Username" id="username" required>
|
|
|
|
<input type="password" name="password" placeholder="Password" id="password" required>
|
|
|
|
<input type="text" name="avatar" placeholder="Avatar URL" id="avatar">
|
|
|
|
<input type="submit" value="Register">
|
|
</form>
|
|
-->
|
|
<%- include("extra/footer") %>
|
|
|
|
</body>
|
|
|
|
</html> |