Skip to content

Commit 9a786fd

Browse files
committed
Adiciona index.html para o exemplo de captcha adapters
Signed-off-by: Manoel Campos <manoelcampos@gmail.com>
1 parent 827f19e commit 9a786fd

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

  • estruturais/01-adapter/captcha-adapters-v1/src/main/resources/static
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Captcha Adapters</title>
6+
</head>
7+
<body>
8+
<h1>Captcha Adapters</h1>
9+
<ul>
10+
<li><a href="/captcha/gerar">/captcha/gerar</a></li>
11+
<li><a href="/captcha/confirmar/{codigo}">/captcha/confirmar/{codigo}</a></li>
12+
</ul>
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)