-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (29 loc) · 1.07 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width,initial-scale=1" name="viewport">
<link rel="preload" as="font" href="/static/fonts/InterVariable.woff2" crossorigin="" type="font/woff2">
<link href="/style.css" rel="stylesheet" type="text/css">
<link href="/static/fonts/inter.css" rel="stylesheet" type="text/css">
<link href="/rss.xml" rel="alternate" type="application/rss+xml">
<title>zakaria dot org</title>
</head>
<body>
<header>
<nav>
<p>
<a href="/" class="index">zakaria.org</a> <a href="/posts">Blog</a> <a href="/projects.html">Projects</a> <a href="/about.html">About</a>
</p>
</nav>
</header>
<main>
<p>Hey, I’m Zak.<br>
I work in cyber security.<br>
Sometimes I write <a href="/projects.html">code</a>, and sometimes I <a href="/posts/">blog</a>.</p>
</main>
<footer>
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/">© CC BY-SA 4.0</a> <a href="./index.md">plaintext</a> <a href="http://64wv2uqwjacqer7z5d6ooqgrvjwlioizmo7hgmxm7zxerbvgnoqhafid.onion/index.html">onion</a></p>
</footer>
</body>
</html>