Changeset 43c9090 for src/main/resources/templates/html/index.html
- Timestamp:
- 10/12/24 21:32:15 (5 weeks ago)
- Branches:
- master
- Parents:
- 743de55
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/html/index.html
r743de55 r43c9090 14 14 <link href="https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Dancing+Script:wght@400..700&family=Kumbh+Sans:wght@100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&display=swap" rel="stylesheet"> 15 15 <link rel="stylesheet" href="/css/index.css"> 16 <script src="/js/cookie.js" defer></script> 16 17 </head> 17 18 <body> … … 57 58 </nav> 58 59 </div> 60 <button id="authButton" style="display: none;"></button> 59 61 </header> 60 61 62 62 <div class="main-content"> 63 63 <div class="title">Енергијата зборува <span class="split-title">погласно од зборовите...</span></div> … … 80 80 <div class="white-part"> 81 81 <p id="personalised"></p> 82 <a href="calendar.html">Закажи термин</a> 83 <a href="terms.html">Мои термини</a> 84 <a href="editUser.html">Кориснички профил</a> 82 <div id="links"> 83 <a href="calendar.html"><img src="/images/down.png">Закажи термин</a> 84 <a href="terms.html"><img src="/images/down.png"> Мои термини</a> 85 <a href="editUser.html"><img src="/images/down.png"> Кориснички профил</a> 86 <a href="userInfo.html"><img src="/images/down.png"> Новости и купони</a> 87 </div> 85 88 </div> 86 89 </div> … … 153 156 <label for="password">Лозинка:</label> 154 157 <input type="password" id="password" name="password" required> 155 <button type="submit">Логирање</button>158 <button id="submit-btn" type="submit">Логирање</button> 156 159 </form> 157 160 </div> … … 163 166 <h2>Креирајте корисничка сметка</h2> 164 167 <form class="dataForms" method="post"> 165 <label for="name">Име:</label> 166 <input type="name" id="name" name="name" required> 167 <label for="surname">Презиме:</label> 168 <input type="surname" id="surname" name="surname" required> 169 <label for="phone">Телефон:</label> 170 <input type="tel" id="phone" name="phone" placeholder="07_-___-___" required> 171 <label for="age">Датум на раѓање:</label> 172 <input type="date" id="age" name="age" required> 173 <label for="usernameSignIn">Корисничко име:</label> 174 <input type="username" id="usernameSignIn" name="username" required> 175 <label for="passwordSignIn">Лозинка:</label> 176 <input type="password" id="passwordSignIn" name="password" required> 177 <button type="submit">Креирај</button> 168 <div> 169 <label for="name">Име:</label> 170 <input type="name" id="name" name="name" required> 171 </div> 172 <div> 173 <label for="surname">Презиме:</label> 174 <input type="surname" id="surname" name="surname" required> 175 </div> 176 <div> 177 <label for="phone">Телефон:</label> 178 <input type="tel" id="phone" name="phone" placeholder="07_-___-___" required> 179 </div> 180 <div> 181 <label for="age">Датум на раѓање:</label> 182 <input type="date" id="age" name="age" required> 183 </div> 184 <div> 185 <label for="usernameSignIn">Корисничко име:</label> 186 <input type="username" id="usernameSignIn" name="username" required> 187 </div> 188 <div> 189 <label for="passwordSignIn">Лозинка:</label> 190 <input type="password" id="passwordSignIn" name="password" required> 191 </div> 178 192 </form> 193 <button id="create" type="submit">Креирај</button> 179 194 </div> 180 195 </div>
Note:
See TracChangeset
for help on using the changeset viewer.