This commit is contained in:
kittywitch 2024-04-07 17:28:12 +00:00
commit 93ef5fdfff
5 changed files with 149 additions and 0 deletions

33
posts/post-1.html Normal file
View file

@ -0,0 +1,33 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>dork.dev - Doing something with this domain!</title>
<link rel="stylesheet" type="text/css" href="/stylesheet.css">
</head>
<body>
<div>
<header>
<h1><a href="/">dork.dev</a><small> - Doing something with this domain!</small></h1>
<hr>
</header>
<main>
<article>
<p>I've moved this website to use <a href="http://cobalt-org.github.io/">cobalt</a>! Hopefully I should be making posts here, too. ^^</p>
<p>I have a few ideas for posts here, including talking about starting with using the RTL-SDR v4 and my experiences so far with the Framework 13 laptop.</p>
</article>
</main>
<footer>
<hr>
<nav id="contact">
<ul>
<li>E-mail: kat (at) dork (dot) dev</li>
<li>Git: <a href="https://github.com/kittywitch">kittywitch</a></li>
<li>Other websites of mine: <a href="https://kittywit.ch">kittywit.ch</a>, <a href="https://inskip.me">inskip.me</a>.</li>
</ul>
</nav>
</footer>
</div>
</body>
</html>