Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul authored Jul 6, 2024
1 parent 6936ce0 commit d839ebe
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1,31 @@
Hii
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>OWASP Noir</title>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css'>
<link rel="stylesheet" href="./style.css">
</head>

<body>
<!-- partial:index.partial.html -->
<section class="showcase">
<div class="content">
<img src="https://github.com/owasp-noir/noir-artwork/raw/main/logos/owasp-noir-white.png" style="width: 400px;">
<h3>Attack surface detector that identifies endpoints by static analysis</h3>
<a href="https://github.com/owasp-noir" class="btn">Github</a>
<a href="https://owasp.org/www-project-noir" class="btn">OWASP Project</a>
</div>
</section>

<section id="about">
<h1>About</h1>
<p>
This is a landing page with a full screen video background. Feel free to
use this landing page in your projects. keep adding sections, change the
video, content , etc
</p>
</section>
<!-- partial -->
</body>
</html>

0 comments on commit d839ebe

Please sign in to comment.