Last change
on this file was fc7ec52, checked in by darkopopovski <darkopopovski39@…>, 2 years ago |
all files
|
-
Property mode
set to
100644
|
File size:
2.0 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>Movies</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/styleMovies.css}"/>
|
---|
11 | </head>
|
---|
12 |
|
---|
13 | <body>
|
---|
14 | <div class="navbar">
|
---|
15 | <main>
|
---|
16 | <div class="container-main">
|
---|
17 | <div class="h1Combined">
|
---|
18 | <h1 style="color:white">Movie <h1 style="color:red">Zilla</h1></h1>
|
---|
19 | </div>
|
---|
20 | <div class="content">
|
---|
21 | <!-- Page content -->
|
---|
22 | <div class="header-one">
|
---|
23 | </div>
|
---|
24 | <div class="centered" style="background-color: rgba(0,0,0,0.4)">
|
---|
25 | <h1 style="font-size:1.5rem; color:white;margin-top: 10%">This is a list of all advanced reports that we have</h1>
|
---|
26 | <a href="/advanced1"><button class="btn2" style="margin-bottom: 5%;margin-left: 25%">Report for Top Three Genres</button></a>
|
---|
27 | <a href="/advanced2"><button class="btn2" style="margin-bottom: 5%;margin-left: 25%">View Advanced 2</button></a>
|
---|
28 | <a href="/advanced3"><button class="btn2" style="margin-bottom: 5%;margin-left: 25%">View Advanced 3</button></a>
|
---|
29 | <a href="/advanced4"><button class="btn2" style="margin-bottom: 5%;margin-left: 25%">View Advanced 4</button></a>
|
---|
30 | <a href="/advanced5"><button class="btn2" style="margin-bottom: 5%;margin-left: 25%">View Advanced 5</button></a>
|
---|
31 | <a href="/advanced6"><button class="btn2" style="margin-bottom: 5%;margin-left: 25%">View Advanced 6</button></a>
|
---|
32 | </div>
|
---|
33 | </div>
|
---|
34 | <!--<a class="btn" href="/projections">Projections</a>-->
|
---|
35 | </div>
|
---|
36 | </main>
|
---|
37 | <!--<footer th:replace="fragments/footer"/>-->
|
---|
38 | </div>
|
---|
39 | </body>
|
---|
40 |
|
---|
41 |
|
---|
42 |
|
---|
43 |
|
---|
44 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.