blob: 9fee169fe5a5cd6bbb3e378ed9f321d6e16d0136 (
plain)
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
|
<!DOCTYPE html>
<html lang="ja-JP">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="nsfisis">
<meta name="copyright" content="© 2021 nsfisis">
<meta name="description" content="投稿した記事の一覧 (6ページ目)">
<meta property="og:type" content="article">
<meta property="og:title" content="投稿一覧 (6ページ目)|REPL: Rest-Eat-Program Loop">
<meta property="og:description" content="投稿した記事の一覧 (6ページ目)">
<meta property="og:site_name" content="REPL: Rest-Eat-Program Loop">
<meta property="og:locale" content="ja_JP">
<link rel="alternate" type="application/atom+xml" href="https://blog.nsfisis.dev/posts/atom.xml">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>投稿一覧 (6ページ目)|REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/style.css?h=9513229b52eb2041b99ba1b959305633">
</head>
<body class="list">
<header class="header">
<div class="site-logo">
<a href="/">REPL: Rest-Eat-Program Loop</a>
</div>
<nav class="nav">
<ul>
<li>
<a href="/about/">About</a>
</li>
<li>
<a href="/posts/">Posts</a>
</li>
<li>
<a href="/slides/">Slides</a>
</li>
<li>
<a href="/tags/">Tags</a>
</li>
</ul>
</nav>
</header>
<main class="main">
<header class="page-header">
<h1>投稿一覧 (6ページ目)</h1>
</header>
<nav class="pagination">
<div class="pagination-prev">
<a href="/posts/5/">前のページ</a>
</div>
<div class="pagination-info">
6 / 6
</div>
<div class="pagination-next">
</div>
</nav>
<article class="post-entry">
<a href="/posts/2021-03-30/phperkaigi-2021/">
<header class="entry-header">
<h2>PHPerKaigi 2021</h2>
</header>
<section class="entry-content">
<p>
2021-03-26 から 2021-03-28 にかけて開催された、PHPerKaigi 2021 に参加した。
</p>
</section>
<footer class="entry-footer">
<time datetime="2021-03-30">2021-03-30</time> 投稿、<time datetime="2025-04-09">2025-04-09</time> 更新
</footer>
</a>
</article>
<article class="post-entry">
<a href="/posts/2021-03-05/my-first-post/">
<header class="entry-header">
<h2>My First Post</h2>
</header>
<section class="entry-content">
<p>
これはテスト投稿です。これはテスト投稿です。これはテスト投稿です。
</p>
</section>
<footer class="entry-footer">
<time datetime="2021-03-05">2021-03-05</time> 投稿、<time datetime="2025-05-12">2025-05-12</time> 更新
</footer>
</a>
</article>
<nav class="pagination">
<div class="pagination-prev">
<a href="/posts/5/">前のページ</a>
</div>
<div class="pagination-info">
6 / 6
</div>
<div class="pagination-next">
</div>
</nav>
</main>
<footer class="footer">
© 2021 nsfisis
</footer>
</body>
</html>
|