-
Notifications
You must be signed in to change notification settings - Fork 0
/
front.html
23 lines (23 loc) · 1.07 KB
/
front.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="windows-1252">
<meta name="viewport" content="width=device-width">
<link href="styling.css" rel="stylesheet" type="text/css" media="screen" />
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open Sans">
</head>
<body>
<div id="wrapper" class="wrapper">
<img src="./wb.jpg" alt="Click Here" class="bg" />
<div id="loginContainer" class="loginContainer">
<div id="loginWrapper" class="loginWrapper">df
<div id="head" class="head">Sign in with Facebook</div>
<img src="./active.png" alt="Click Here" class="button" />
<div id="disclaimer" class="disclaimer">The Application will not store your personal information and neither will be posted to your wall. The posts will only be related to this Application.</div>
</div>
</div>
</div>
<div id="bottomBar" class="bottomBar"></div>
</body>
</html>