source: source/MovieZilla-master/src/main/resources/templates/home.html@ fc7ec52

Last change on this file since fc7ec52 was fc7ec52, checked in by darkopopovski <darkopopovski39@…>, 2 years ago

all files

  • Property mode set to 100644
File size: 1.2 KB
Line 
1<!DOCTYPE html>
2<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org">
3<head>
4 <base href="${pageContext.request.contextPath}">
5 <meta charset="utf-8">
6 <meta http-equiv="X-UA-Compatible" content="IE=edge">
7 <title>Welcome to MovieZilla</title>
8 <meta name="description" content="">
9 <meta name="viewport" content="width=device-width, initial-scale=1">
10 <link rel="stylesheet" type="text/css" th:href="@{../css/style.css}"/>
11
12</head>
13
14<body>
15<div class="navbar">
16<!-- <header th:replace="fragments/header.html">-->
17<!-- </header>-->
18 <main>
19 <div class="container-main">
20 <div class="h1Combined" style="margin-bottom: 5%">
21 <h1 style="color:white">Movie <h1 style="color:red">Zilla</h1></h1>
22 </div>
23 <p style="text-align: center;margin-bottom: 2%">
24 Are you interested in the best movies out there? Feel free to click the button below,
25 and view all of our projections!
26 </p>
27 <a class="btn" th:href="@{/projections}">Projections</a>
28 </div>
29 </main>
30 <!--<footer th:replace="fragments/footer"/>-->
31</div>
32</body>
33</html>
Note: See TracBrowser for help on using the repository browser.