aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/index.html
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2023-03-18 19:58:38 +0900
committernsfisis <nsfisis@gmail.com>2023-03-18 19:58:38 +0900
commit7688362ad3b57b0cdd6f048d1e595f69748fc183 (patch)
tree5524182d1cc29f55b9b60ce7799497d4d8141929 /public/index.html
parent7f15e0b8277ac8b101b4f71ce57c1c5442927141 (diff)
downloadblog.nsfisis.dev-7688362ad3b57b0cdd6f048d1e595f69748fc183.tar.gz
blog.nsfisis.dev-7688362ad3b57b0cdd6f048d1e595f69748fc183.tar.zst
blog.nsfisis.dev-7688362ad3b57b0cdd6f048d1e595f69748fc183.zip
feat(content): add / page
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html67
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="&copy; 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">
+ &copy; 2021 nsfisis
+ </footer>
+ </body>
+</html>