-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (47 loc) · 1.69 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>まともライブラリー</title>
<meta name="description" content="まとも書房から出版された著作権フリーの本をweb上で公開しています。">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<style>
body {
margin: 0px;
}
.header {
text-align:center;
background-color: #323232;
padding: 100px 0px;
height: 130px;
color: white;
}
.content {
margin: 10px auto;
width:300px;
}
.footer {
color: #1c2833;
text-align: center;
}
</style>
</head>
<body>
<div class="header">
<h1>まともライブラリー</h1>
<p><a href="https://matomo-shobo.com/" style="color: white;">まとも書房</a>から出版された著作権フリーの本をweb上で公開しています。</p>
</div>
<div class="content">
<h3 style="text-align: center;">書籍</h3>
<p>2024-06 <a href="./books/14anti">14歳からのアンチワーク哲学</a></p>
<p>2024-12 <a href="./books/the-abolition-of-work">労働廃絶論</a></p>
<h3 style="text-align: center;">ZINE</h3>
<p><a href="./books/iikara-damatte">いいから黙って金刷って配れ!</a></p>
<p><a href="./books/naze-roudouhaizetsu">なぜ労働廃絶は可能なのか?</a></p>
</div>
<div class="footer">
<hr>
<p>このサイトは<a href="https://github.com/kuromedayo/matomo-library">Github</a>でホスティング、ソースコードの公開をしています。</p>
</div>
</body>
</html>