2022-03-20 21:37:47 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<link rel="stylesheet" href="/css/styles.css" />
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<title>Edit profile</title>
|
|
|
|
<meta name="description" content="Akf-forum!">
|
|
|
|
<link rel="icon" type="image/x-icon" href="/images/favicon.jpg">
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<!-- Navbar: -->
|
|
|
|
<a href="/"><img class="logo" src="/images/logo.jpg" alt="AKF-FORUM"></a>
|
|
|
|
<br> <button class="buyuk" onclick="window.location.href = '/threads'">THREADS</button>
|
|
|
|
|
|
|
|
<button class="buyuk" onclick="window.location.href = '/search'">SEARCH</button>
|
|
|
|
<button class="buyuk" onclick="window.location.href = '/users'">USERS</button>
|
2022-03-21 23:53:22 +03:00
|
|
|
<button class="buyuk" onclick="window.location.href = '/threads/open/'">OPEN THREAD</button>
|
2022-03-20 21:37:47 +03:00
|
|
|
<h1 style="display:inline; float:right;"><a href=<%=user.getLink() %>> <%= user.name %></a>
|
|
|
|
<img class="yuvarlak" src=<%=user.avatar %> alt=<%= user.name %>>
|
|
|
|
</h1>
|
|
|
|
<hr>
|
|
|
|
|
|
|
|
<!-- Navbar end -->
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<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>
|
|
|
|
-->
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|