Ignore:
Timestamp:
07/07/23 12:14:58 (12 months ago)
Author:
HristijanMitic00 <hristijan.mitic.01@…>
Branches:
main
Parents:
1dd9226
Message:

First commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/resources/templates/home.html

    r1dd9226 rd14176d  
    1 <!DOCTYPE html>
    2 <html lang="en">
    3 <head>
    4   <meta charset="UTF-8">
    5   <title>$Title$</title>
    6 </head>
    7 <body>
    8 $END$
    9 </body>
    10 </html>
     1<section class="jumbotron text-center" xmlns:th="http://www.thymeleaf.org">
     2    <div class="container">
     3        <h1 class="jumbotron-heading">FMO</h1>
     4        <h2 class="jumbotron-heading">Food Market Online</h2>
     5    </div>
     6</section>
     7
     8
     9
     10
Note: See TracChangeset for help on using the changeset viewer.