Created
April 19, 2017 01:51
-
-
Save aarongeorge/e17a0bdc8bff0a4adefd4e7a11662ac4 to your computer and use it in GitHub Desktop.
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"> | |
<title>HTML5 Blank Page</title> | |
<meta name="description" content=""> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<!-- Styles --> | |
<style> | |
*,:after,:before,body{font-smoothing:antialiased}body,html{min-height:100%;width:100%}*,:after,:before{border:0;box-sizing:border-box;font-family:inherit;font-size:100%;line-height:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}address,article,aside,audio,blockquote,canvas,dd,div,dl,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hr,noscript,ol,output,p,pre,section,ul,video{display:block}a,abbr,b,bdo,br,button,cite,code,dfn,em,i,img,input,kbd,label,map,object,q,samp,select,small,span,strong,sub,sup,textarea,var{display:inline}table{border-collapse:collapse;border-spacing:0;display:table}html{font-family:Arial,sans-serif;font-size:16px;line-height:1.5em;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}body{font-size:100%;position:relative;text-rendering:optimizeLegibility}img{border:0;display:block;height:auto;max-width:100%;width:auto;-ms-interpolation-mode:bicubic}html:-moz-full-screen-ancestor{background-color:inherit}html:-webkit-full-screen-ancestor{background-color:inherit}html:full-screen-ancestor{background-color:inherit} | |
</style> | |
<!-- /Styles --> | |
</head> | |
<body> | |
<!-- Scripts --> | |
<script> | |
window.addEventListener('DOMContentLoaded', function () { | |
'use strict'; | |
console.log('Loaded'); | |
}); | |
</script> | |
<!-- /Scripts --> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment