resolve the url for the developer tools network (#2087)

This commit is contained in:
Geoffrey Tsai
2025-03-30 01:59:09 +11:00
committed by GitHub
parent 72c09f7240
commit 8cd0b0a8c9

View File

@ -45,7 +45,7 @@
<div class="assignment-success"><i class="fa fa-2 fa-check hidden" aria-hidden="true"></i></div> <div class="assignment-success"><i class="fa fa-2 fa-check hidden" aria-hidden="true"></i></div>
<form class="attack-form" accept-charset="UNKNOWN" <form class="attack-form" accept-charset="UNKNOWN"
method="POST" name="form" method="POST" name="form"
th:action="@{/chromeDevTools/network}"> th:action="@{/ChromeDevTools/network}">
<script> <script>
// sample custom javascript in the recommended way ... // sample custom javascript in the recommended way ...
// a namespace has been assigned for it, but you can roll your own if you prefer // a namespace has been assigned for it, but you can roll your own if you prefer
@ -66,7 +66,7 @@
<form class="attack-form" accept-charset="UNKNOWN" <form class="attack-form" accept-charset="UNKNOWN"
method="POST" name="form" method="POST" name="form"
th:action="@{/chromeDevTools/network}"> th:action="@{/ChromeDevTools/network}">
<table> <table>
<tr> <tr>
<td>What is the number you found: </td> <td>What is the number you found: </td>