source: src/main/resources/templates/html/admin.html@ 743de55

Last change on this file since 743de55 was 743de55, checked in by macagaso <gasoskamarija@…>, 6 weeks ago

Initial commit

  • Property mode set to 100644
File size: 915 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</head>
11<body>
12<img id="second-image" src="/images/physiotherapy.jpg">
13<div id="frame">
14 <h1>Јумеихо терапија</h1>
15 <div id="menu">
16 <a href="admin-terms.html"><img src="/images/schedule.png">Термини</a>
17 <a href="users-view.html"><img src="/images/group.png">Корисници</a>
18 <a href="adminCoupons.html"><img src="/images/coupon.png">Купони</a>
19 <a href="adminNews.html"><img src="/images/megaphone.png">Новости</a>
20 </div>
21</div>
22</body>
23</html>
Note: See TracBrowser for help on using the repository browser.