aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/about/index.html
blob: 176acc038fc2c3fc106b2b27587aaeae3d85ba69 (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
<!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="&copy; 2021 nsfisis">
    <meta name="description" content="このサイトの著者について">
    <link rel="icon" type="image/svg+xml" href="/favicon.svg">
    <title>About | REPL: Rest-Eat-Program Loop</title>
    <link rel="stylesheet" href="/style.css?h=6f3d4c950fa81f2b80c019eea1187fbc">
  </head>
  <body class="single">
    <header class="header">
      <nav class="nav">
        <ul>
          <li class="logo">
            <a href="/">REPL: Rest-Eat-Program Loop</a>
          </li>
          <li>
            <a href="/about">About</a>
          </li>
          <li>
            <a href="/posts">Posts</a>
          </li>
          <li>
            <a href="/slides">Slides</a>
          </li>
        </ul>
      </nav>
    </header>
    <main class="main">
      <article class="post-single">
        <header class="post-header">
          <h1 class="post-title">About</h1>
        </header>
        <div class="post-content">
          WIP
        </div>
      </article>
    </main>
    <footer class="footer">
      &copy; 2021 nsfisis
    </footer>
  </body>
</html>