-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirstpage.html
More file actions
26 lines (23 loc) · 761 Bytes
/
firstpage.html
File metadata and controls
26 lines (23 loc) · 761 Bytes
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
# CyberSafe
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css"/>
<title>cybersafe</title>
</head>
<body>
<div>
<ul>
<li><img src="images%20(1).png" height="70px" width="70px" style="border-radius: 100%"></li>
<li><a href="#" >Home</a></li>
<li><a href="#" >Daily hunt</a></li>
<li><a href="#" >Threats</a></li>
<li><a href="#" >Scams</a></li>
<li><a href="Prevention.html" target="_blank">Prevention </a></li>
<li><a href="#" >Sign Up</a></li>
</ul>
</div>
<p>One single vulnerability is all an attacker needs!</p>
<h1>CYBERSAFE</h1>
</body>
</html>