<meta charset=utf-8> <html> <head> <title> Justin Hsu </title> <link rel="stylesheet" type="text/css" href="css/style.css"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href='https://fonts.googleapis.com/css?family=Roboto:500,300,300italic' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'> <!-- Global Site Tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-33267683-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments)}; gtag('js', new Date()); gtag('config', 'UA-33267683-1'); var trackLink = function(label,url) { gtag('event', 'click', { 'event_category': 'link', 'event_label': label, 'event_action': url, 'transport_type': 'beacon', 'event_callback': function(){document.location = url;} }); } </script> </head> <body> <div class="container" id="flexed"> <div class="header"> <h1> Justin Hsu </h1> </div> $body$ </div> <footer> <small> $footer$ </small> </footer> </body> </html>