-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheq.html
31 lines (28 loc) · 1.29 KB
/
eq.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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
<title>mjk – EQ</title>
</head>
<body>
<div class="navbar">
<ul>
<li class="navbar"><a class="navbar" href="index.html">home</a></li>
<li class="navbar"><a class="navbar" href="about.html">about</a></li>
<li class="navbar"><a class="navbar active" href="eq.html">EQ</a></li>
<li class="navbar"><a class="navbar" href="blog.html">blog</a></li>
<li class="navbar"><a class="navbar" href="contact.html">contact</a></li>
</ul>
</div>
<h1 class="main" style="padding-bottom: 0;">EQ</h1>
<p style="padding-bottom: 1rem;"><b>expected questions: frequently asked questions' younger, insignificant brother</b></p>
<details>
<summary><b>your website used to be reasonably nice. why is it such an eyesore now?</b></summary>
<p>i prefer the term minimalistic. you can read all about it in my blog post about my new website. (tl;dr: i rewrote my website to be pure html&css)</p>
</details>
<footer>
<small>matyáš jan kudláček 2025. last update: 2025-01-12 03:59 UTC+1</small>
</footer>
</body>
</html>