-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
63 lines (53 loc) · 1.88 KB
/
index.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Project Opus - A film & video production company in Lancaster PA</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="/lib/css/bootstrap.css" rel="stylesheet">
<link href="/lib/css/bootstrap-responsive.css" rel="stylesheet">
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="/lib/js/html5shiv.js"></script>
<![endif]-->
<!-- Le fav and touch icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/lib/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/lib/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/lib/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="/lib/ico/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="/lib/ico/favicon.png">
<!--typekit-->
<script type="text/javascript" src="//use.typekit.net/jbb4bbq.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<style>
body {
background: #272528;
position: fixed;
bottom: 0;
top: 0;
left: 0;
right: 0;
}
.hidden { display: none; }
img {
display: block;
position: absolute;
left: 50%;
top: 50%;
margin-left: -375px;
margin-top: -200px;
}
</style>
</head>
<body>
<div class="hidden">
<h1>Project Opus</h1>
<p>Project Opus is a small team of filmmakers with large ideas—we love to work with great teams to create ideas that change the way people think.</p>
<p>Site coming soon. Please check back later.</p>
</div>
<img src="http://d.pr/GUOf+" alt="" />
</body>
</html>