Created
March 28, 2015 14:11
-
-
Save dunckr/4f43767d9dd6d359870f to your computer and use it in GitHub Desktop.
meta og
This file contains 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> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<meta name="viewport" content="width=device-width,initial-scale=1" /> | |
<title>*</title> | |
<meta name="description" content="" /> | |
<meta property="og:title" content="" /> | |
<meta property="og:site_name" content="" /> | |
<meta property="og:url" content=""> | |
<meta property="og:description" content="" /> | |
<meta property="og:type" content="website" /> | |
<meta name="twitter:card" content="summary" /> | |
<meta name="twitter:site" content="@" /> | |
<meta name="twitter:creator" content="@" /> | |
<link rel="stylesheet" href="app.css" /> | |
</head> | |
<body> | |
<script src="global.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment