Aaron Fischer
08f504f303
Fixes #9 Relates #8 * Support mojoreads as a new data source * Change image file names to hashsums to be more generic * Clean up the source code by separate relates stuff in own files * Fix the Chaos Monkeys book
14 lines
313 B
HTML
14 lines
313 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>okoyono.de -- Buch des Monats</title>
|
|
<link rel="stylesheet" href="book.css" />
|
|
</head>
|
|
<body>
|
|
<h1>Buch des Monats</h1>
|
|
|
|
<a href="comic.html">Comic des Monats</a>
|
|
<a href="book.html">Buch des Monats</a>
|
|
</body>
|
|
</html>
|