-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
50 lines (49 loc) · 2.3 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Frank Basti - In Loving Memory</title>
<meta name="description" content=" Born 1979, Died 2013. He liked cats, mango juice, flowers and PS3. He never trusted Mexicans.">
<link rel="shortcut icon" href="/x/f/g/ico/nx.ico" type="image/x-icon" />
<link rel="image_src" type="image/jpeg" href="http://frankbasti.com/fb.png" />
<meta property="og:image" content="http://frankbasti.com/fb.png" />
<style>
body{background:#1a4f7c; margin:0px; padding:0px} #main {display: block; width: 1000px; height: 1000px; margin: auto; background:url('frank-basti.jpg')} #memory{font-size:10px; color:#1a4f7c; display: block; margin; auto; width: 100%; text-align: center; font-family: "Lucida Console", Monaco, monospace}
</style>
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=217741161681780";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div id="main"></div>
<div id="memory">
<p>In loving Memory of Frank Basti</p>
<p> Born 1979, Died 2013</p>
<p>He liked cats, mango juice, flowers and PS3. He never trusted Mexicans.</p>
<div class="fb-like" data-href="http://frankbasti.com" data-width="The pixel width of the plugin" data-height="The pixel height of the plugin" data-colorscheme="light" data-layout="button_count" data-action="like" data-show-faces="false" data-send="false"></div>
<div>
<audio autoplay="autoplay" controls="controls" hidden="true">
<source src="pop.mp3" />
</audio>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$('#main').hide().delay(0).fadeIn(2500);
});
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36725334-2', 'frankbasti.com');
ga('send', 'pageview');
</script>
<!-- FOCK KU -->
</body>
</html>