-
Notifications
You must be signed in to change notification settings - Fork 0
/
vv.pentest.html
37 lines (37 loc) · 1.37 KB
/
vv.pentest.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>VV. Pentest</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<div class="banner">
<img src="logo.png" alt="VV. Pentest " class="logo">
</div>
<nav>
<ul>
<li><a href="[email protected]">Email</a></li>
<li><a href="https://medium.com/@1daytosee">Blog</a></li>
</ul>
</nav>
</header>
<main>
<section class="intro">
<h1>VV. Pentest</h1>
<p>we are new penetration testing team who look to secure your site and aps with good price tag on</p>
<p>VV. Pentest is a leading provider of cybersecurity and ethical hacking services. We specialize in identifying and mitigating security vulnerabilities to protect your business.</p>
<p>What We Do</p>
<p>We offer comprehensive penetration testing, vulnerability assessments, and security consulting to ensure your digital assets are secure.</p>
</section>
</main>
<footer>
<p>Contact us at: <a href="[email protected]">Email</a></p>
<p>CEO:vasil vasilevski </p>
<p>Coo:nikola vasilevski </p>
</footer>
<script src="scripts.js"></script>
</body>
</html>