„threadr/profile/index.php“ ändern

master
Erik 2020-02-24 09:07:51 +01:00
parent 26b9034189
commit bc7039708d
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
<html>
<head>
<title>ThreadR - Profile</title>
<link rel="stylesheet" type="text/css" href="%CONTENT_DIR%/style.css">
<link rel="icon" type="image/png" href="%CONTENT_DIR%/img/favicon-32x32.png" sizes="32x32" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<ul class="topnav">
<li><a class="active" href="%CONTENT_DIR%/">
<img src="%CONTENT_DIR%/img/ThreadR_Home.svg" alt="Home" class="available_space"/>
</a></li>
<li><a href="%CONTENT_DIR%/news/">News</a></li>
<div class="dropdown">
<button class="dropbtn">Boards
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="%CONTENT_DIR%/boards/">Board 1</a>
<a href="#">Board 2</a>
<a href="#">Board 3</a>
</div>
</div>
<li><a href="%CONTENT_DIR%/about/">About</a></li>
<li class="right"><a href="%CONTENT_DIR%/logout/">Log Out</a></li>
</ul>
<br />