mirror of
https://github.com/kittywitch/dork.dev.git
synced 2026-02-09 23:29:17 -08:00
deploy: 2a4387700f
This commit is contained in:
parent
7aafdb7353
commit
1381ab9d2d
4 changed files with 8 additions and 10 deletions
37
posts/2024-04-07-hello-world.html
Normal file
37
posts/2024-04-07-hello-world.html
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
<!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/2024-04-07-hello-world.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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue