15 lines
320 B
HTML
15 lines
320 B
HTML
<!DOCTYPE html>
|
|
|
|
<html xmlns:th="http://www.thymeleaf.org">
|
|
|
|
|
|
|
|
<div class="lesson-page-wrapper">
|
|
<!-- reuse this block for each 'page' of content -->
|
|
<!-- include content here ... will be first page/tab multiple -->
|
|
<div class="adoc-content" th:replace="doc:HijackSession_solution.adoc"></div>
|
|
</div>
|
|
|
|
|
|
</html>
|