2014-02-19 16:14:28 +00:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/style.css" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
|
|
|
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
|
|
|
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
|
|
|
<link rel="image_src" href="http://getpopcornti.me/images/header-ui.jpg" / >
|
|
|
|
<meta property="og:title" content="Popcorn Time" />
|
|
|
|
<meta property="og:type" content="website" />
|
|
|
|
<meta property="og:image" content="http://getpopcornti.me/images/header-ui.jpg" />
|
|
|
|
<meta property="og:url" content="http://getpopcornti.me" />
|
|
|
|
<meta property="og:site_name" content="Popcorn Time" />
|
|
|
|
|
|
|
|
<title>Popcorn Time</title>
|
|
|
|
<script>
|
2014-02-25 02:44:28 +00:00
|
|
|
(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-48382234-1', 'getpopcornti.me');
|
|
|
|
ga('send', 'pageview');
|
|
|
|
|
2014-02-19 16:14:28 +00:00
|
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body class="beta">
|
|
|
|
<section id="header">
|
|
|
|
|
|
|
|
<nav class="fixed-width fadeInDown wow">
|
|
|
|
<a href="http://getpopcornti.me" id="logo">Popcorn Time</a>
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
<div class="text fadeInDown wow">
|
|
|
|
<h1>Hello world!</h1>
|
|
|
|
<p>The adventure begins here</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript" src="js/wow.js"></script>
|
|
|
|
<script type="text/javascript" src="js/site.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|