diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-11-02 18:37:21 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-11-02 18:44:10 +0900 |
| commit | e9c287f2a8dfc477f42efbae69a667b341f21982 (patch) | |
| tree | 67057453d0f64a62aa43f03435d0dabbf647c7cb /services/nuldoc/public/blog/posts/2023-10-13/i-entered-the-open-university-of-japan | |
| parent | 57315c52be96d2a2c013f0cfb0de5429980e301a (diff) | |
| download | nsfisis.dev-e9c287f2a8dfc477f42efbae69a667b341f21982.tar.gz nsfisis.dev-e9c287f2a8dfc477f42efbae69a667b341f21982.tar.zst nsfisis.dev-e9c287f2a8dfc477f42efbae69a667b341f21982.zip | |
feat(nuldoc): prepare site migration
Diffstat (limited to 'services/nuldoc/public/blog/posts/2023-10-13/i-entered-the-open-university-of-japan')
| -rw-r--r-- | services/nuldoc/public/blog/posts/2023-10-13/i-entered-the-open-university-of-japan/index.html | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/services/nuldoc/public/blog/posts/2023-10-13/i-entered-the-open-university-of-japan/index.html b/services/nuldoc/public/blog/posts/2023-10-13/i-entered-the-open-university-of-japan/index.html new file mode 100644 index 0000000..37d12f3 --- /dev/null +++ b/services/nuldoc/public/blog/posts/2023-10-13/i-entered-the-open-university-of-japan/index.html @@ -0,0 +1,80 @@ +<!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="© 2023 nsfisis"> + <meta name="description" content="放送大学に入学しました。頑張ります。"> + <meta name="keywords" content="放送大学"> + <meta property="og:type" content="article"> + <meta property="og:title" content="放送大学に入学しました|REPL: Rest-Eat-Program Loop"> + <meta property="og:description" content="放送大学に入学しました。頑張ります。"> + <meta property="og:site_name" content="REPL: Rest-Eat-Program Loop"> + <meta property="og:locale" content="ja_JP"> + <meta name="Hatena::Bookmark" content="nocomment"> + <link rel="icon" type="image/svg+xml" href="/favicon.svg"> + <title>放送大学に入学しました|REPL: Rest-Eat-Program Loop</title> + <link rel="stylesheet" href="/style.css?h=d2f027875115279303f9fe391e2ef61b"> + </head> + <body class="single"> + <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"> + <article class="post-single"> + <header class="post-header"> + <h1 class="post-title">放送大学に入学しました</h1> + <ul class="post-tags"> + <li class="tag"> + <a href="/tags/ouj/">放送大学</a> + </li> + </ul> + </header> + <div class="post-content"> + <section id="changelog"> + <h2><a href="#changelog">更新履歴</a></h2> + <ol> + <li class="revision"> + <time datetime="2023-10-13">2023-10-13</time>: 公開 + </li> + </ol> + </section> + <section id="section--i-entered-ouj"> + <h2><a href="#section--i-entered-ouj">放送大学に入学しました</a></h2> + <p> + とあるきっかけがあり、もう一度大学生をすることにしました。仕事のほうも、これまでどおりフルタイムで続けていきます。 + </p> + <p> + 黙っているよりも公表したほうがモチベーションの向上に繋がるだろうと思い、このブログに記事として載せました。 + </p> + <p> + 以上、短いですが報告でした。 + </p> + </section> + </div> + </article> + </main> + <footer class="footer"> + © 2021 nsfisis + </footer> + </body> +</html> |
