Merge pull request #5 from Coleyra/fix-html-tags

Fixes some html tag not closed
master
David Lemarier 10 years ago
commit 54881c75e7

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!--
.,;+###+;:.
.##;` .'@:
@ -55,12 +55,12 @@
:@; `'++#@@##';,.`
;,.` -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<title>Popcorn Time - Watch torrent movies instantly</title>
<meta name="description" content="Skip the downloads! Watch the best movies instantly in HD, with subtitles, for free! Available for Windows, Mac and Linux." />
<link rel="image_src" href="images/header-ui.jpg" / >
<link rel="image_src" href="images/header-ui.jpg" />
<meta property="og:title" content="Popcorn Time" />
<meta property="og:type" content="website" />

Loading…
Cancel
Save