-
Notifications
You must be signed in to change notification settings - Fork 0
/
categories.html
39 lines (39 loc) · 1.43 KB
/
categories.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
32
33
34
35
36
37
38
39
<!doctype html>
<html lang="en">
<head>
<title>Matt Krol - Categories</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="/theme/style.css">
<link href="https://mattkrol.me/feeds/atom.xml" type="application/atom+xml" rel="alternate" title="Matt Krol - Atom Feed" />
</head>
<body>
<div class="box">
<header>
<h1 id="sitename">Matt Krol</h1>
</header>
<nav><p>
<a href="https://mattkrol.me/">Blog</a>
<a href="https://mattkrol.me/about.html">About</a>
<a href="https://mattkrol.me/links.html">Links</a>
<a href="https://mattkrol.me/resume.html">Resume</a>
</p></nav>
<hr>
<h1>Categories</h1>
<table>
<tr>
<td><a href="https://mattkrol.me/category/math.html">Math</a></td>
<td>(1)</td>
</tr>
<tr>
<td><a href="https://mattkrol.me/category/programming.html">Programming</a></td>
<td>(1)</td>
</tr>
</table>
<hr>
<footer>
<p>© Copyright 2022 Matt Krol. This website is powered by <a href="https://getpelican.com/">Pelican</a> and hosted via <a href="https://pages.github.com/">GitHub Pages</a>.</p>
</footer>
</div>
</body>
</html>