mirror of
https://github.com/kittywitch/dork.dev.git
synced 2026-02-09 15:19:18 -08:00
deploy: 5f6b48eb51
This commit is contained in:
parent
482574b6e8
commit
2313260efb
9 changed files with 82 additions and 5 deletions
10
index.html
10
index.html
|
|
@ -1,9 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>dork.dev - Home</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 - Home" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="index.html" />
|
||||
|
|
@ -26,7 +27,12 @@
|
|||
<h2>posts</h2>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="posts/post-1.html">Doing something with this domain!</a></li>
|
||||
<li>
|
||||
<p><a href="posts/post-1.html">Doing something with this domain!</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="posts/post-2.html">The first month of life with the Framework 13</a></p>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue