Created
November 18, 2015 09:56
-
-
Save lovemyliwu/9f71d4b81de08f0b2fdb to your computer and use it in GitHub Desktop.
Basic Html Constructer
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 lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" /> | |
<title>Future Visions</title> | |
<meta name="description" content="Everything you need to know about Future Visions"> | |
<meta name="keywords" content="Future Visions, book, Microsoft, sci-fi"> | |
<meta name="viewport" content="initial-scale=1.0,maximum-scale=1.0"> | |
<link rel="stylesheet" href="css/style.css"> | |
<link href="css/vendor/captionjs.min.css" rel="stylesheet"/> | |
<meta property="og:description" content="Future Visions: Original Science Fiction Stories Inspired by Microsoft is an anthology of short stories written by some of today’s greatest science fiction authors."> | |
<meta property="og:image" content="http://news.microsoft.com/futurevisions/assets/fb.png"> | |
<meta property="og:title" content="Future Visions"> | |
<meta property="og:type" content="website"> | |
<meta property="og:url" content="http://news.microsoft.com/futurevisions/"> | |
<meta name="twitter:card" content="summary_large_image"> | |
<meta name="twitter:site" content="@Microsoft"> | |
<meta name="twitter:title" content="Future Visions: Original Science Fiction Stories Inspired by Microsoft"> | |
<meta name="twitter:description" content="These visionary stories explore prediction science, quantum computing, real-time translation, machine learning, and much more."> | |
<meta name="twitter:image:src" content="http://news.microsoft.com/futurevisions/assets/twitter.jpg"> | |
<meta name="msapplication-tap-highlight" content="no"> | |
<meta name="application-name" content="Future Visions"> | |
<script src="js/vendor/libs.js"></script> | |
</head> | |
<body> | |
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.7.2.min.js"></script> | |
<!--click events--> | |
<script type="text/JavaScript"> | |
var varAutoFirePV=1; | |
var varClickTracking=1; | |
var varCustomerTracking=1; | |
var Route=""; | |
var Ctrl=""; | |
document.write("<script type='text/javascript' src='" + (window.location.protocol) + "//c.microsoft.com/ms.js'" + "'><\/script>"); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment