source:
src/main/resources/templates/quizResult.html
Last change on this file was c3268ca, checked in by , 14 months ago | |
---|---|
|
|
File size: 235 bytes |
Line | |
---|---|
1 | <!DOCTYPE html> |
2 | <html lang="en"> |
3 | <head> |
4 | <meta charset="UTF-8"> |
5 | <title>Results</title> |
6 | <link rel="stylesheet" href="/styles.css"> |
7 | </head> |
8 | <body> |
9 | |
10 | <div>Your results are <span th:text="${result}"></span></div> |
11 | |
12 | </body> |
13 | </html> |
Note:
See TracBrowser
for help on using the repository browser.