This repository has been archived by the owner on Nov 5, 2018. It is now read-only.
forked from ParrotSec/parrotsec.org-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
head.php
executable file
·47 lines (38 loc) · 1.71 KB
/
head.php
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
38
39
40
41
42
43
44
45
46
47
<title>Parrot Security</title>
<!-- common meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Cloud oriented Pentesting GNU/Linux distribution">
<meta name="keywords" content="parrot,parrotsec,security, parrot security,pentesting,pentest,pentester,hacker,hacking,hack,hacker distribution,hacker os,hacking distribution,hacking os,frozenbox,eclipse,eclipsespark,eclipse spark,sheireen,mibofra,cloud pentesting,mobile pentesting">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">
<link rel="icon" sizes="192x192" href="img/logo.png">
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Parrot Security">
<link rel="apple-touch-icon-precomposed" href="img/logo.png">
<!-- Tile icon for Win8 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="img/logo.png">
<meta name="msapplication-TileColor" content="#3372DF">
<!--favicon -->
<link rel="shortcut icon" href="img/logo.png">
<!-- include MDL -->
<link rel="stylesheet" href="misc/material.min.css">
<script src="misc/material.min.js"></script>
<link rel="stylesheet" href="misc/icons.css">
<!-- include custom styles -->
<link rel="stylesheet" href="misc/main.css">
<!-- some inline styles -->
<style>
#download-parrot {
position: fixed;
display: block;
right: 0;
bottom: 0;
margin-right: 40px;
margin-bottom: 40px;
z-index: 900;
}
</style>