Skip to content

Commit

Permalink
index
Browse files Browse the repository at this point in the history
  • Loading branch information
Hironori HOSHINO committed Nov 21, 2024
1 parent 2038560 commit 42be206
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions index.xhtml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html
xmlns="http://www.w3.org/1999/xhtml"
xmlns:epub="http://www.idpf.org/2007/ops"
xml:lang="ja"
>
<head>
<meta charset="UTF-8"/>
<title>Matz Essays</title>
<link rel="stylesheet" type="text/css" href="style/book-style.css"/>
</head>
<body>
<h1>Matz Essays</h1>
<ul class="cover">
<li>
<a href="vol1/index.xhtml"><img src="image/vol1-cover.jpg" alt="volume1" /></a>
<p><a href="vol1/index.xhtml">Matz Essays Volume 1<br />1999〜2003</a></p>
</li>
<li>
<a href="vol2/index.xhtml"><img src="image/vol2-cover.jpg" alt="volume2" /></a>
<p><a href="vol2/index.xhtml">Matz Essays Volume 2<br />2003〜2007</a></p>
</li>
</ul>
<div class="newlead">
<p class="in">『Matz Essays Volume 1』『Matz Essays Volume 1』(2024年11月26日発売、アスキードワンゴ刊)の内容を公開しています。</p>
</div>
</body>
</html>

0 comments on commit 42be206

Please sign in to comment.