Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update temp_index.html
  • Loading branch information
dvw16101 committed Apr 6, 2021
1 parent d129da7 commit 5dbdc1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/temp_index.html
Expand Up @@ -24,9 +24,9 @@
<header class="masthead">
<div class="container d-flex h-100 align-items-center">
<div class="mx-auto text-center">
<h1 class="mx-auto my-0 text-uppercase">DDD Filter</h1>
<h2 class="text-white-50 mx-auto mt-2 mb-5">Implementation of DDD Filter, allowing users to have good visualization of how the DDD Filter work in a network. </h2>
<h3 class="text-white-50 mx-auto mt-2 mb-5">This is a simulation project, implements the applications of DDD Filter in the network. Preventing the attacker to overflow the network with many packets.</h3>
<h1 class="mx-auto my-0 text-uppercase">DDD Filter Network Simulation</h1>
<h3 class="text-white-50 mx-auto mt-2 mb-5">This application is a simulation of the DDD Filtering System being developed by Dr. Herzberg and Anna Mendonca as a defense against the SYN-ACK Amplification Denial of Service Attack. </h2>
<h4 class="text-white-50 mx-auto mt-2 mb-5">The goal is to allow users to simulate the device in a way that produces animated results and several data sets, allowing users to both gain an intuitve sense of how the device defends against the attack, as well as providing them with data to compare the real device against.</h3>
<a class="btn btn-primary js-scroll-trigger" href="#canvas" onclick="openNav()">Get Started</a>
</div>
</div>
Expand Down

0 comments on commit 5dbdc1f

Please sign in to comment.