8 lines
226 B
HTML
8 lines
226 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<title>Confirm Account</title>
|
|
<form method="post">
|
|
<input type=hidden name=csrf-token value="{{csrf_token}}" />
|
|
<button type="submit">Confirm My Account</button>
|
|
</form>
|
|
</html>
|