Last active
December 14, 2015 08:09
-
-
Save timohausmann/5055811 to your computer and use it in GitHub Desktop.
HTML: HTML5 Template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<!--[if lt IE 7 ]> <html class="no-js ie6" lang="en"> <![endif]--> | |
<!--[if IE 7 ]> <html class="no-js ie7" lang="en"> <![endif]--> | |
<!--[if IE 8 ]> <html class="no-js ie8" lang="en"> <![endif]--> | |
<!--[if (gte IE 9)|!(IE)]><!--> <html class="no-js" lang="en"> <!--<![endif]--> | |
<head> | |
<title>Seitentitel</title> | |
<meta charset="utf-8" /> | |
<meta name="description" content="Kurzbeschreibung der Seite, idealerweise unter 160 Zeichen" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<!-- Facebook Required Open Graph Data http://ogp.me/ --> | |
<meta property="og:title" content="The Rock" /> | |
<meta property="og:type" content="movie" /> | |
<meta property="og:url" content="http://www.imdb.com/title/tt0117500/" /> | |
<meta property="og:image" content="http://ia.media-imdb.com/rock.jpg" /> | |
<!-- Facebook Optional Open Graph Data --> | |
<meta property="og:site_name" content="IMDb"/> | |
<meta property="fb:admins" content="USER_ID"/> | |
<meta property="og:description" content="A group of U.S. Marines, under command of a renegade general, take over Alcatraz and threaten San Francisco Bay with biological weapons."/> | |
<link rel="shortcut icon" href="favicon.ico" /> | |
<link rel="stylesheet" href="assets/css/reset.css" /> | |
<style type="text/css"> | |
</style> | |
<script src="assets/js/libs/modernizr-1.7.min.js"></script> | |
</head> | |
<body> | |
<script src="assets/js/script.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment