aboutsummaryrefslogtreecommitdiff
path: root/src/_header.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/_header.html')
-rw-r--r--src/_header.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/_header.html b/src/_header.html
index d5ecc9f..9521b9c 100644
--- a/src/_header.html
+++ b/src/_header.html
@@ -8,10 +8,13 @@
<title></title>
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<link rel="stylesheet" href="styles/style.css">
+ <link rel="stylesheet" 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 id="darkmodetoggle" class="fa fa-moon-o" onclick="switchTheme()" aria-hidden="true"></a>
</header>
<h2>⚠️ Test Site ⚠️</h2>