Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Update getting started so it redirect to the control page.
  • Loading branch information
ntn16104 committed Dec 5, 2020
1 parent 3fb0ef3 commit 69b5666
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@
<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>
<a class="btn btn-primary js-scroll-trigger" href="#about">Get Started</a>
<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>
<h2 class="text-white-50 mx-auto mt-2 mb-5">DDD Filter applications in the Network
This is a simulation project, implements the applications of DDD Filter in the network. Preventing the attacker to overflow the network with many packets.</h2>
<a class="btn btn-primary js-scroll-trigger" href="#projects">Get Started</a>
</div>
</div>
</header>
Expand Down Expand Up @@ -88,7 +90,7 @@ <h2 class="text-white mb-4">DDD Filter applications in the Network</h2>
<p><button onclick="stopSimulation()">Stop Simulation</button></p>
<canvas id="canvas"></canvas>
<script type="module" src="js/canvas.js">

</script>

</center>
Expand Down

0 comments on commit 69b5666

Please sign in to comment.