www.mtkn.jp

Manuscripts for my personal webpage.
git clone https://git.mtkn.jp/www.mtkn.jp
Log | Files | Refs | README

commit 87e4d2d3794e4c46871bef8b7d2b42af0667ba73
parent 564e7df34e0da621c268b86910b74712ba01caf6
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Thu, 22 Dec 2022 14:45:54 +0900

add next article link

Diffstat:
Mman/computer/xlib_playground1.html | 4+++-
Mpub/computer/xlib_playground1.html | 4+++-
2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/man/computer/xlib_playground1.html b/man/computer/xlib_playground1.html @@ -144,7 +144,7 @@ main(void) <p>ここまでのコードはgitリポジトリの\ <a href="https://git.mtkn.jp/xlib_playground/file/ex1/ex1.c.html">ex1/ex1.c</a>\ にある。</p> -<p>完成品:</p> +<h2>完成品:</h2> <video controls> <source src="videos/ex1.webm" type="video/webm"> </video> @@ -154,3 +154,5 @@ main(void) <li><a href="https://tronche.com/gui/x/xlib/">The Xlib Manual(html conversion)</a></li> <li><a href="https://www.youtube.com/watch?v=764fnfEb1_c">X11 App in C with Xlib(youtube video by tsoding)</a></li> </ul> + +<a href="xlib_playground2.html">次の記事</a> diff --git a/pub/computer/xlib_playground1.html b/pub/computer/xlib_playground1.html @@ -149,7 +149,7 @@ main(void) </code></pre> <p>ここまでのコードはgitリポジトリの<a href="https://git.mtkn.jp/xlib_playground/file/ex1/ex1.c.html">ex1/ex1.c</a>にある。</p> -<p>完成品:</p> +<h2>完成品:</h2> <video controls> <source src="videos/ex1.webm" type="video/webm"> </video> @@ -159,6 +159,8 @@ main(void) <li><a href="https://tronche.com/gui/x/xlib/">The Xlib Manual(html conversion)</a></li> <li><a href="https://www.youtube.com/watch?v=764fnfEb1_c">X11 App in C with Xlib(youtube video by tsoding)</a></li> </ul> + +<a href="xlib_playground2.html">次の記事</a> </article> </main>