Skip to content

Commit 903ba5f

Browse files
committed
test logout without antiforgery
1 parent 77b1153 commit 903ba5f

1 file changed

Lines changed: 46 additions & 0 deletions

File tree

LogOut.html

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
<html>
2+
3+
<head>
4+
<link rel="shortcut icon" type="image/png" href="favicon.png" />
5+
<style>
6+
body {
7+
font-family: Arial, Helvetica, sans-serif;
8+
background: linear-gradient(#87CEEB, #FFE0B2);
9+
background-repeat: no-repeat;
10+
background-color: #FFE0B2;
11+
background-size: 100% 1000px;
12+
margin: auto;
13+
max-width: 700px;
14+
padding: 10px 10px;
15+
border-left: 1px solid #C0C0C0;
16+
border-right: 1px solid #C0C0C0;
17+
font-size: 16px;
18+
}
19+
20+
div.div1 {
21+
text-align: center;
22+
}
23+
24+
div.title {
25+
text-align: center;
26+
background-color: #C0C0FF
27+
}
28+
29+
#res {
30+
overflow-wrap: break-word;
31+
}
32+
</style>
33+
<meta charset="UTF-8">
34+
<meta name="viewport" content="width=device-width,initial-scale=1">
35+
<title>Masterjun | Log out of TASVideos</title>
36+
</head>
37+
38+
<body>
39+
<form method="post" action="https://tasvideos.org/Account/Logout">
40+
<br><br><br>
41+
<span>This page could have logged you out automatically, but I'm nice and will provide you with a button instead.</span><br><br>
42+
<button type="submit">Log Out Of TASVideos</button>
43+
</form>
44+
</body>
45+
46+
</html>

0 commit comments

Comments
 (0)