-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (24 loc) · 1007 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; URL=https://msfukui.page">
<title>msfukui's page</title>
<!-- <link rel="stylesheet" href="style.css"> -->
<!-- <script src="script.js"></script> -->
</head>
<body>
<h1>msfukui's page</h1>
<h2>Contents</h2>
<h3>Slides</h3>
<ul>
<li><a href="https://msfukui.github.io/first-step-of-git/">Git 最初の一歩</a></li>
<li><a href="https://msfukui.github.io/vscode-extension-eof-mark-slides/">VSCode extension 作ってみた</a></li>
<li><a href="https://msfukui.github.io/tdd-by-example-for-some-language-slides/">テスト駆動開発入門でプログラミング言語を学ぶ</a></li>
<li><a href="https://msfukui.github.io/between-operation-and-maintenance-slides/">運用と保守の狭間で</a></li>
</ul>
<h3>Blog</h3>
<p><a href="https://msfukui.hatenablog.com/">msfukui の日記</a></p>
[EOF]
</body>
</html>