forked from cynuxsecurity/cynuxsecurity.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (29 loc) · 957 Bytes
/
index.html
File metadata and controls
30 lines (29 loc) · 957 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
27
28
29
30
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>cynuxsecurity</title>
<link rel = "icon" href =
"cynuxlogo.png"
type = "image/x-icon" sizes="32x32">
<link rel="stylesheet" href="stylesheet.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
</head>
<body>
<div style="background-image: url('background1.jpg');">
<div class="header">
<div class="container">
<h1>Cynux Security</h1>
<p>Cynux Security is built to help security enthusiasts and penetration testers, designed to perform pentesting with security tools, and give great interface.</p>
<a href="https://www.cynuxsecurity.org/">www.cynuxsecurity.org</a>
</div>
</div>
</div>
<footer>
<div class="container">
<img src="cynuxlogo.png">
<p>For pentesters, by pentesters</p>
</div>
</footer>
</body>
</html>