#50 creating html page, changing href
This commit is contained in:
parent
a997f5fffa
commit
93e68b1929
13
src/main/resources/templates/conferences/conference.html
Normal file
13
src/main/resources/templates/conferences/conference.html
Normal file
@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en"
|
||||
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
|
||||
layout:decorator="default">
|
||||
<head>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div layout:fragment="content">
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
14
src/main/resources/templates/conferences/conferences.html
Normal file
14
src/main/resources/templates/conferences/conferences.html
Normal file
@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en"
|
||||
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
|
||||
layout:decorator="default">
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div layout:fragment="content">
|
||||
<button href="./conference"></button>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user