Àngel Ollé Blázquez dd2e9f074d Hijack Session Lesson
2021-11-19 13:07:49 +01:00

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>