rename prototype folder -> web_backend. closes #75
This commit is contained in:
@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de" dir="ltr" xmlns:th="http://www.thymeleaf.org">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>e-commerce</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav th:fragment="sidebar">
|
||||
<h1>Mein Konto</h1>
|
||||
<ul class="secondary">
|
||||
<li><a th:href="@{/}"> > Zur Startseite</a></li>
|
||||
<li><a th:href="@{/user/settings}">Einstellungen</a></li>
|
||||
<li><a th:href="@{/user/orders/}">Bestellungen</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user