submodules

master
Charles Iliya Krempeaux 2023-12-17 21:43:05 -08:00
commit 5fb4e5c96e
4 changed files with 41 additions and 0 deletions

6
.gitmodules vendored 100644
View File

@ -0,0 +1,6 @@
[submodule "mysterians"]
path = mysterians
url = https://github.com/reiver/reiver-mysterians
[submodule "laser-force"]
path = laser-force
url = https://github.com/reiver/reiver-laser-force

33
index.xhtml 100644
View File

@ -0,0 +1,33 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Fictional World</title>
</head>
<body>
<h1>Fictional World</h1>
<section>
<address class="h-card">
by
<a rel="author" class="u-url" href="http://changelog.ca/"><span class="p-given-name">Charles</span> <span class="p-additional-name">Iliya</span> <span class="p-family-name">Krempeaux</span></a>
</address>
</section>
<section>
<h2>Index</h2>
<section id="L">
<h2>L</h2>
<ul>
<li><a href="laser-force/">laser-force</a></li>
</ul>
</section>
<section id="M">
<h2>M</h2>
<ul>
<li><a href="mysterians/">mysterians</a></li>
</ul>
</section>
</section>
</body>
</html>

1
laser-force 160000

@ -0,0 +1 @@
Subproject commit e69da70f3991fd61cb573476495118b06f93b59e

1
mysterians 160000

@ -0,0 +1 @@
Subproject commit 8c8049a6d6d46fc881bc5c7c95b8cdfaecafe997