diff --git a/src/main/resources/templates/fragments/footer.html b/src/main/resources/templates/fragments/footer.html new file mode 100644 index 0000000..12007df --- /dev/null +++ b/src/main/resources/templates/fragments/footer.html @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/src/main/resources/templates/fragments/header.html b/src/main/resources/templates/fragments/header.html new file mode 100644 index 0000000..f629713 --- /dev/null +++ b/src/main/resources/templates/fragments/header.html @@ -0,0 +1,17 @@ +
+
+ + + Exam + + + +
+
+ diff --git a/src/main/resources/templates/home/index.html b/src/main/resources/templates/home/index.html index 12ef9e0..3cf4852 100644 --- a/src/main/resources/templates/home/index.html +++ b/src/main/resources/templates/home/index.html @@ -1,37 +1,26 @@ - - - - - - - - + + + -
+
+ + + + + + + + + + + + + +
TitleUsername
[[${quiz.title}]]
[[${quiz.description}]]
[[${quiz.username}]]
+
-
-
-

Spring WebFlux + Thymeleaf

-
- - - - - - - - - - - - - -
NameUsername
[[${quiz.title}]]
[[${quiz.description}]]
[[${quiz.username}]]
-
- -
\ No newline at end of file + + + diff --git a/src/main/resources/templates/template.html b/src/main/resources/templates/template.html new file mode 100644 index 0000000..6766023 --- /dev/null +++ b/src/main/resources/templates/template.html @@ -0,0 +1,27 @@ + + + + + + + + + Exam website + + + + + + +
+ + + +
+ + + +