mirror of
https://github.com/kittywitch/dork.dev.git
synced 2026-02-09 15:19:18 -08:00
37 lines
1.4 KiB
HTML
37 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>dork.dev - Doing something with this domain!</title>
|
|
<link rel="stylesheet" type="text/css" href="/stylesheet.css">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta property="og:title" content="dork.dev - Doing something with this domain!" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="posts/post-1.html" />
|
|
</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>
|