File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ body {
2+ font-size : 18px ;
3+ color : purple;
4+ }
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html lang ="en " xmlns:th ="https://www.thymeleaf.org/ ">
3- < head >
4- < meta charset ="UTF-8 ">
5- < title > Create Event</ title >
6- </ head >
3+ < head th:replace ="fragments :: head "> </ head >
74< body >
85 < h1 > Create Event</ h1 >
96 < nav th:replace ="fragments :: navigation "> </ nav >
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html lang ="en " xmlns:th ="http://www.thymeleaf.org/ ">
3- < head >
4- < meta charset ="UTF-8 "/>
5- < title > Coding Events</ title >
6- </ head >
3+ < head th:replace ="fragments :: head "> </ head >
74< body >
85
96< h1 > All Events</ h1 >
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html lang ="en " xmlns:th ="https://www.thymeleaf.org/ ">
3- < head >
3+ < head th:fragment =" head " >
44 < meta charset ="UTF-8 ">
5- < title > Title</ title >
5+ < title > Coding Events</ title >
6+
7+ < script th:src ="@{/script.js} "> </ script >
8+ < link th:href ="@{/styles.css} " rel ="stylesheet ">
9+
610</ head >
711< body >
812
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html lang ="en " xmlns:th ="http://www.thymeleaf.org/ ">
3- < head >
4- < meta charset ="UTF-8 "/>
5- < title > Coding Events</ title >
6- </ head >
3+ < head th:replace ="fragments :: head "> </ head >
74< body >
85
96< h1 > Coding Events</ h1 >
You can’t perform that action at this time.
0 commit comments