-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Hironori HOSHINO
committed
Nov 5, 2024
1 parent
7f89ac5
commit 6b968f5
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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">2024年11月26日に発売した『Matz Essays Volume 1』『Matz Essays Volume 1』(アスキードワンゴ刊)の内容を公開しています。</p> | ||
</div> | ||
</body> | ||
</html> |