-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
38 lines (31 loc) · 895 Bytes
/
index.php
File metadata and controls
38 lines (31 loc) · 895 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
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-1.8.1.min.js"></script>
<link rel="stylesheet" type="text/css" href="../style/style.css"/>
<link href='http://fonts.googleapis.com/css?family=Chau+Philomene+One:400,400italic|Black+Ops+One' rel='stylesheet' type='text/css'>
<title>Tweet of War</title>
<link rel="icon" href="/images/favico.ico"/>
</head>
<body>
<div class="page">
<div class="header">
<div class="leftside">
<a href="" class="battle">THIS WEEK'S</br> BATTLE</a>
</div>
<div class="center">
<div class="title">
<h1>TWEET </h1><h3>of</h3><h1>WAR</h1>
</div>
<h2>- FOR THE WHITEHOUSE -</h2>
</div>
<div class="rightside">
<p>BATTLE POSITION ON</p><p class="date">09.30.12</p>
</div>
</div>
<div class="battle">
<img src="/images/romneywinning.png"/>
</div>
</div>
</body>
</html>