Update homepage.html

This commit is contained in:
OguzTozkoparan 2018-12-09 00:54:45 +03:00 committed by GitHub
parent 8f5a2fcf1c
commit fe549823ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="Resources/hmbct.png" />
<title>VulnWeb</title>
<title>Vulnerable Web Application</title>
</head>
<body bgcolor="#ffffff">
<link rel="stylesheet" href="Resources/button.css">
<div style="background-color:#afafaf;padding:15px;border-radius:20px 20px 0px 0px;">
<p align="center" style="font-family:'Georgia';font-size:250%">VulnWeb</p>
<p align="center" style="font-family:'Georgia';font-size:250%">Vulnerable Web Application</p>
</div>
<div class="button" style="background-color:#c9c9c9;padding:20px;border-radius:0px 0px 20px 20px;">
<button class="button" type="button" name="comexec_button" onclick="location.href='CommandExecution/commandexec.html';">Command Execution</button>