akf-forum/views/userEdit.ejs

29 lines
690 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<%- include("extra/header", {title: "Edit user!" }) %>
<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>