Changed the web server to be on the same program than the scapy program
This commit is contained in:
parent
077b4e68b8
commit
9f0101b1c3
8 changed files with 42 additions and 32 deletions
11
server/index.html
Normal file
11
server/index.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Basic web server</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hello, world!</h1>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue