Skip to content

Commit

Permalink
Fix index for logo...
Browse files Browse the repository at this point in the history
  • Loading branch information
anbuinfosec committed Jan 13, 2025
1 parent 8af7cfc commit a7b58f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WIPWN Documentation</title>
<link rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/anbuinfosec/wipwn/refs/heads/main/images/image.png">
<link rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/anbuinfosec/wipwn/refs/heads/main/assets/image.png">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container my-5">
<header class="text-center mb-5">
<img src="https://raw.githubusercontent.com/anbuinfosec/wipwn/refs/heads/main/images/image.png" alt="Logo" class="mb-3" style="max-width: 150px;">
<img src="https://raw.githubusercontent.com/anbuinfosec/wipwn/refs/heads/main/assets/image.png" alt="Logo" class="mb-3" style="max-width: 150px;">
<h1>WIPWN</h1>
<p>Hack WiFi using Termux (rooted)</p>
</header>
Expand Down

0 comments on commit a7b58f2

Please sign in to comment.