1
0
aclindsay.com/header_bottom.php

25 lines
1.3 KiB
PHP
Raw Normal View History

<?php include_once("common.php"); ?>
2011-04-14 22:54:02 -04:00
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="content-language" content="en-US" />
2015-03-10 22:01:20 -04:00
<meta name="viewport" content="width=device-width, initial-scale=1">
2011-04-14 22:54:02 -04:00
<meta name="owner" content="Aaron Lindsay" />
<meta name="author" content="Aaron Lindsay" />
<meta name="copyright" content="Copyright 2009-2013 Aaron Lindsay" />
2018-05-08 20:35:17 -04:00
<meta name="keywords" content="aaron charles lindsay, aaron lindsay, aaron, charles, lindsay, linux, kernel, programming, technology, git, python, c, ARM, assembly, go, r&eacute;sum&eacute;, computer science, cs, lutheran, eagle scout" />
<meta name="description" content="The personal website of Aaron Lindsay. Contains his personal blog, contact information, r&eacute;sum&eacute;, calendar, and other miscellaneous things related to his web presence." />
2011-04-14 22:54:02 -04:00
<link rel="shortcut icon" href="<?php echo get_base_url(); ?>/favicon.ico" />
<link rel="stylesheet" type="text/css" href="<?php echo get_base_url(); ?>/css/stylesheet.css" media="all" />
2011-04-14 22:54:02 -04:00
<meta name="google-site-verification" content="qMjHgibWhOFUqaXZLyo0U3dfLcYiFuXIc-DzIKYBLi4" />
2011-02-24 14:25:26 -05:00
</head>
<body>
<div id="header">
<div id="header-inner">
<div id="title"><a href="<?php echo get_base_url(); ?>">aclindsay<span id="title-inner">.com</span></a></div>
<?php include("tabs.php"); ?>
2011-02-24 14:25:26 -05:00
</div>
</div>