File tree Expand file tree Collapse file tree
java/org/launchcode/codingevents/controllers Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010import java .util .ArrayList ;
1111import java .util .List ;
1212
13- /**
14- * Created by Chris Bay
15- */
1613/**
1714 * Created by Chris Bay
1815 */
Original file line number Diff line number Diff line change 1+ let appName = "Coding Events" ;
Original file line number Diff line number Diff line change 1+ body {
2+ font-size : 18px ;
3+ }
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< header th:replace ="fragments :: header "> </ header >
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< header th:replace ="fragments :: header "> </ header >
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 >
3+ < head th:fragment =" head " >
44 < meta charset ="UTF-8 "/>
5- < title > </ title >
5+ < title > Coding Events</ title >
6+ < link rel ="stylesheet " th:href ="@{/styles.css} ">
7+ < script th:src ="@{/script.js} "> </ script >
68</ head >
79< body >
810
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