This commit is contained in:
NN Solex 2023-04-30 14:08:32 +03:00
parent ca8e39e641
commit 3b75097fed
45 changed files with 3567 additions and 0 deletions

View file

@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="english">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/theme/local.css" rel="stylesheet">
</head>
<body id="index" class="home">
<section id="content">
<h2>Blue Eyed Donkey</h2>
<article class="hentry">
<header>
<h2 class="entry-title">
<a href="/e8229.html" rel="bookmark" title="Permalink to Entry 1">Entry 1</a>
</h2>
<span class="entry-summary"></span>
</header>
</article>
</section><!-- /#content -->
</body>
</html>

View file

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="english">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/theme/local.css" rel="stylesheet">
</head>
<body id="index" class="home">
<ul>
<li><a href="/projects/blue-eyed-donkey/index.html">Blue Eyed Donkey</a></li>
</ul>
</body>
</html>