init
This commit is contained in:
parent
ca8e39e641
commit
3b75097fed
45 changed files with 3567 additions and 0 deletions
27
web/output/projects/blue-eyed-donkey/index.html
Normal file
27
web/output/projects/blue-eyed-donkey/index.html
Normal 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>
|
||||
16
web/output/projects/index.html
Normal file
16
web/output/projects/index.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue