summary refs log tree commit diff
path: root/header.php
blob: a62bb0f44af9569b60df67472b074a4a03f8e55d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!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]-->
<!--[if (gte IE 8)|!(IE)]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->

<head>

    <!--- Basic Page Needs
   ================================================== -->
    <meta charset="utf-8">
    <title>Benjamin Harris</title>
    <meta name="description" content="Benjamin Harris">
    <meta name="author" content="Benjamin Harris">
    <meta name="theme-color" content="#333333">

    <!-- Mobile Specific Metas
   ================================================== -->
    <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
    ================================================== -->
    <link rel="stylesheet" href="css/default.css">
    <link rel="stylesheet" href="css/layout.css">
    <link rel="stylesheet" href="css/media-queries.css">
    <link rel="stylesheet" href="css/magnific-popup.css">

    <!-- Script
   ================================================== -->
    <script src="js/modernizr.js"></script>

    <!-- Favicons
    ================================================== -->
    <link rel="shortcut icon" href="favicon.ico">

</head>

<body>