Files
WebGoat/webgoat-lessons/challenge/src/main/resources/html/Challenge.html
2017-04-30 20:53:42 +02:00

9 lines
196 B
HTML

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