-
Notifications
You must be signed in to change notification settings - Fork 0
/
authorized.html
23 lines (20 loc) · 920 Bytes
/
authorized.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Quicksand&display=swap">
<link rel="stylesheet" href="css/signup.css">
</head>
<body>
<center>
<h1 class="mb-5 pt-5" style="text-align: center;font-family: Quicksand;">
Hello admin, Here's the flag : GSCTF{c00ki3_m4n!pul47i0n_i5_e45y}
</h1>
<div class="mb-1">
<form action="/logout" method="post">
<button class="btn btn-danger d-block w-10" type="submit" style="font-family: Quicksand;border-radius: 5px;font-weight: 900;">
Log Out
</button>
</form>
</div>
<img src="https://guestoria.com/wp-content/uploads/2019/04/winner-gif-1.gif" style="width: 20vw;" alt="Uhoh">
</center>
</body>