site/header.html

45 lines
1.6 KiB
HTML
Raw Normal View History

2017-12-11 13:47:20 +00:00
<!DOCTYPE html>
<!--[if lt IE 8 ]><html class="no-js ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="no-js ie ie8" lang="en"> <![endif]-->
2017-12-20 20:36:28 +00:00
<!--[if (gte IE 8)|!(IE)]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
2017-12-11 13:47:20 +00:00
<head>
2017-12-20 20:36:28 +00:00
<!--- Basic Page Needs
2017-12-11 13:47:20 +00:00
================================================== -->
2017-12-20 20:36:28 +00:00
<meta charset="utf-8">
2017-12-11 13:47:20 +00:00
<title>Benjamin Harris</title>
<meta name="description" content="Benjamin Harris">
<meta name="author" content="Benjamin Harris">
2017-12-20 20:36:28 +00:00
<meta name="theme-color" content="#333333">
2017-12-11 13:47:20 +00:00
2017-12-20 20:36:28 +00:00
<!-- Mobile Specific Metas
2017-12-11 13:47:20 +00:00
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="openid.delegate" href="https://benharr.is/" />
<link rel="openid.server" href="https://openid.indieauth.com/openid" />
<link rel="pingback" href="https://webmention.io/benharr.is/xmlrpc" />
<link rel="webmention" href="https://webmention.io/benharr.is/webmention" />
<link rel="pgpkey" href="/keypub.txt">
<!-- CSS
================================================== -->
2017-12-20 20:36:28 +00:00
<link rel="stylesheet" href="css/default.css">
2017-12-11 13:47:20 +00:00
<link rel="stylesheet" href="css/layout.css">
2017-12-20 20:36:28 +00:00
<link rel="stylesheet" href="css/media-queries.css">
<link rel="stylesheet" href="css/magnific-popup.css">
2017-12-11 13:47:20 +00:00
2017-12-20 20:36:28 +00:00
<!-- Script
2017-12-11 13:47:20 +00:00
================================================== -->
<script src="js/modernizr.js"></script>
2017-12-20 20:36:28 +00:00
<!-- Favicons
2017-12-11 13:47:20 +00:00
================================================== -->
2017-12-20 20:36:28 +00:00
<link rel="shortcut icon" href="favicon.ico">
2017-12-11 13:47:20 +00:00
</head>
<body>