diff options
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..cbebcb0 --- /dev/null +++ b/public/index.html @@ -0,0 +1,67 @@ +<!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="nsfisis のブログサイト"> + <link rel="icon" type="image/svg+xml" href="/favicon.svg"> + <title>REPL: Rest-Eat-Program Loop</title> + <link rel="stylesheet" href="/style.css?h=48694677b43b77e5c45f25e6bfdebb41"> + </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> + <li> + <a href="/tags/">Tags</a> + </li> + </ul> + </nav> + </header> + <main class="main"> + <article class="post-single"> + <article class="post-entry"> + <a href="/about/"> <header class="entry-header"> + <h2>About</h2> + </header> +</a> + </article> + <article class="post-entry"> + <a href="/posts/"> <header class="entry-header"> + <h2>Posts</h2> + </header> +</a> + </article> + <article class="post-entry"> + <a href="/slides/"> <header class="entry-header"> + <h2>Slides</h2> + </header> +</a> + </article> + <article class="post-entry"> + <a href="/tags/"> <header class="entry-header"> + <h2>Tags</h2> + </header> +</a> + </article> + </article> + </main> + <footer class="footer"> + © 2021 nsfisis + </footer> + </body> +</html> |
