justin-site/templates/main.html

40 lines
919 B
HTML
Raw Normal View History

<meta charset=utf-8>
<html>
<head>
2015-01-05 04:43:45 +00:00
<title> Justin Hsu </title>
<link rel="stylesheet" type="text/css" href="css/style.css">
2015-01-06 05:36:11 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2016-10-30 19:12:58 +00:00
<link href='https://fonts.googleapis.com/css?family=Roboto:500,300,300italic'
2015-01-05 04:43:45 +00:00
rel='stylesheet' type='text/css'>
2016-10-30 19:12:58 +00:00
<link href='https://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet'
2015-01-05 04:43:45 +00:00
type='text/css'>
2017-09-30 12:41:19 +00:00
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-33267683-1"></script>
2015-01-05 04:43:45 +00:00
<script>
2017-09-30 12:41:19 +00:00
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments)};
gtag('js', new Date());
2015-01-05 04:43:45 +00:00
2017-09-30 12:41:19 +00:00
gtag('config', 'UA-33267683-1');
2015-01-05 04:43:45 +00:00
</script>
</head>
2015-01-05 04:43:45 +00:00
<body>
2015-01-05 04:43:45 +00:00
<div class="container" id="flexed">
<div class="header">
<h1> Justin Hsu </h1>
</div>
$body$
2015-01-05 04:43:45 +00:00
</div>
<footer>
<small>
$footer$
</small>
</footer>
</body>
</html>