You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.5 KiB
HTML

<!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>
(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');
</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>