Files
WebGoat/webgoat-lessons/webgoat-introduction/src/main/resources/html/WebGoatIntroduction.html

9 lines
182 B
HTML

<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org">
<div class="lesson-page-wrapper">
<div class="adoc-content" th:replace="doc:Introduction.adoc"></div>
</div>
</html>