28 lines
932 B
HTML
28 lines
932 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" xmlns=th="http://www.thymeleaf.org">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" href="index_styles.css">
|
|
<link rel="shortcut icon" type="image/x-icon" href="icons/Logo_testo.png">
|
|
<title>Testosteroth</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<nav id="nav">
|
|
<ul id="menu_left">
|
|
<li class="menu_left_element"><a class="menu_element_text" href="/index.html"><img src="icons/home.svg"></a></li>
|
|
</ul>
|
|
|
|
<ul id="menu_right">
|
|
<li class="menu_right_element"><a class="menu_element_text" href="/balance.html"><img src="icons/balance.svg"></a></li>
|
|
<li class="menu_right_element"><a class="menu_element_text" href="/group.html"><img src="icons/group.svg"></a></li>
|
|
<li class="menu_right_element"><a class="menu_element_text" href="/login.html"><img src="icons/login.svg"></a></li>
|
|
</ul>
|
|
|
|
</nav>
|
|
|
|
</body>
|
|
|
|
</html> |