6 lines
197 B
HTML
6 lines
197 B
HTML
<h1>Forbidden routes</h1>
|
|
|
|
<p>
|
|
Notice you can access <a href="allowed.html">this page</a>, but not <a href="admin/blocked.html">this admin page</a> or <a href="something.php">php file</a>.
|
|
</p>
|