25 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php include_once("common.php"); ?>
 | |
| 
 | |
| <meta http-equiv="content-type" content="text/html; charset=utf-8" />
 | |
| <meta http-equiv="content-language" content="en-US" />
 | |
| <meta name="viewport" content="width=device-width, initial-scale=1">
 | |
| <meta name="owner" content="Aaron Lindsay" />
 | |
| <meta name="author" content="Aaron Lindsay" />
 | |
| <meta name="copyright" content="Copyright 2009-2013 Aaron Lindsay" />
 | |
| <meta name="keywords" content="aaron charles lindsay, aaron lindsay, aaron, charles, lindsay, linux, kernel, programming, technology, git, python, c, ARM, assembly, go, résumé, computer science, cs, lutheran, eagle scout" />
 | |
| <meta name="description" content="The personal website of Aaron Lindsay. Contains his personal blog, contact information, résumé, calendar, and other miscellaneous things related to his web presence." />
 | |
| 
 | |
| <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" />
 | |
| 
 | |
| <meta name="google-site-verification" content="qMjHgibWhOFUqaXZLyo0U3dfLcYiFuXIc-DzIKYBLi4" />
 | |
| 
 | |
| </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"); ?>
 | |
| 	</div>
 | |
| </div>
 |