source: src/main/resources/templates/html/admin.html@ 43c9090

Last change on this file since 43c9090 was 43c9090, checked in by macagaso <gasoskamarija@…>, 5 weeks ago

Updated version

  • Property mode set to 100644
File size: 1020 bytes
Line 
1<!DOCTYPE html>
2<html lang="en">
3<head>
4 <meta charset="UTF-8">
5 <title>Title</title>
6 <link rel="preconnect" href="https://fonts.googleapis.com">
7 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
8 <link href="https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap" rel="stylesheet">
9 <link rel="stylesheet" href="/css/admin.css">
10 <script src="/js/cookie.js" defer></script>
11</head>
12<body>
13<button id="authButton" style="display: none;"></button>
14<img id="second-image" src="/images/physiotherapy.jpg">
15<div id="frame">
16 <h1>Јумеихо терапија</h1>
17 <div id="menu">
18 <a href="admin-terms.html"><img src="/images/schedule.png">Термини</a>
19 <a href="users-view.html"><img src="/images/group.png">Корисници</a>
20 <a href="adminCoupons.html"><img src="/images/coupon.png">Купони</a>
21 <a href="adminNews.html"><img src="/images/megaphone.png">Новости</a>
22 </div>
23</div>
24</body>
25</html>
Note: See TracBrowser for help on using the repository browser.