-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (29 loc) · 1.04 KB
/
index.html
File metadata and controls
30 lines (29 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Vulnerable Website</title>
</head>
<body>
<h1>The First Vulnerable Web app</h1>
<p>Introduction to vulnerabilities</p>
<button>
<a href="https://www.google.com">
Click here
</a>
</button>
<form action="/login" method="POST">
<label>Username</label>
<input type="text" name="username" required>
<br>
<label>Password</label>
<input type="text" name="password" required>
<br>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR132TBAD0-GhGhN8_2Xr-3obkFd4NzFbk6Hg&s" alt="link" height="100">
<img src="https://static.vecteezy.com/vite/assets/photo-masthead-375-BoK_p8LG.webp" alt="natural" height="100" width="100">
<p style="color: red;">This is a red</p>
<p title="first programmer's paragraph">
This is another
</p>
</form>
</body>
</html>