blob: 36c09f1c642331dcb7fcaa3cef872a7bc70682a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<form action="/test/cookie">
<input type="submit" value="Click to test">
</form>
</body>
</html>
|