diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-09-07 22:27:48 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-09-07 22:35:53 +0900 |
| commit | 994e0114d76ae19768d5c303874a968cf6369fd0 (patch) | |
| tree | 5fd3f8b169eea00084b24fbae820f75273864d2a /vhosts/blog/public/index.html | |
| parent | 57f015992f678bfd7281f171fb9d71349c96a1a0 (diff) | |
| download | nsfisis.dev-994e0114d76ae19768d5c303874a968cf6369fd0.tar.gz nsfisis.dev-994e0114d76ae19768d5c303874a968cf6369fd0.tar.zst nsfisis.dev-994e0114d76ae19768d5c303874a968cf6369fd0.zip | |
meta: migrate to monorepo
Diffstat (limited to 'vhosts/blog/public/index.html')
| -rw-r--r-- | vhosts/blog/public/index.html | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/vhosts/blog/public/index.html b/vhosts/blog/public/index.html new file mode 100644 index 00000000..f0aca8ec --- /dev/null +++ b/vhosts/blog/public/index.html @@ -0,0 +1,71 @@ +<!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=37fff6a2f0eef473abde58e55f28ea69"> + </head> + <body class="single"> + <header class="header"> + <nav class="nav"> + <ul> + <li> + <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> |
