source: src/main/resources/templates/html/userInfo.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: 599 bytes
Line 
1<!DOCTYPE html>
2<html lang="en">
3<head>
4 <meta charset="UTF-8">
5 <title>Title</title>
6 <link rel="stylesheet" href="/css/userInfo.css">
7 <script src="/js/cookie.js" defer></script>
8</head>
9<body>
10<button id="authButton" style="display: none;"></button>
11<h2> Преглед на најнови вести и купони </h2>
12<div id="box">
13 <div id="news">
14 <h3> Вести</h3>
15 <div id="news-frame">
16 </div>
17 </div>
18 <div id="coupons">
19 <h3>Купони </h3>
20 <div id="coupons-frame">
21 </div>
22 </div>
23</div>
24<script src="/js/userInfo.js"></script>
25</body>
26</html>
Note: See TracBrowser for help on using the repository browser.