aboutsummaryrefslogtreecommitdiff
path: root/src/_header.html
blob: d6d588a9904b1c8c09466390bfd536b84be051f8 (plain)
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
<!DOCTYPE html>
<html>

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title></title>
    <link rel="icon" type="image/x-icon" href="/images/favicon.ico">
    <link rel="alternate" type="application/rss+xml" title="adamski's feed" href='/rss.xml'>
    <link rel="stylesheet" type="text/css" href="/styles/style.css">
    <link rel="stylesheet" type="text/css"
        href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>

<body>
    <header>
        <a href="/" class="homepage-link">adast.xyz</a>
        &nbsp;&nbsp;&bull;&nbsp;&nbsp;
        <a href="/rss.xml" type="application/rss+xml" title="My RSS feed" class="fa fa-rss-square"
            aria-hidden="true"></a>
        &nbsp;&nbsp;&bull;&nbsp;&nbsp;
        <a id="darkmodetoggle" title="Toggle dark theme" class="fa fa-moon-o" onclick="switchTheme()"
            aria-hidden="true"></a>
    </header>