-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (40 loc) · 1.24 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="jp">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Practice | mizuno shoji</title>
</head>
<body>
<h1>Practice</h1>
<p>To learn, To experiment, To be a good programmer.</p>
<div>
<a href="https://twitter.com/shoji_mizuno" target="_blank"
>@shoji_mizuno</a
>
</div>
<section id="page-list-section">
<h1>JavaScriptの基礎を理解するためのノート</h1>
<ul>
<li>
<a href="pages/fetch.html">
fetchメソッドでAPIリクエストを行う/画像データ取得と表示/美術館API
</a>
</li>
<li>
<a href="ajaxapp/">
Githubユーザー情報を表示するAjaxアプリ/Promise/Async
Function/非同期処理/jsprimer
</a>
</li>
<li>
<a href="nodecli/nodecli.html">
Node.jsでCLIアプリケーション作成。Markdown文字列をHTML文字列に変換して標準出力に出力する。
</a>
</li>
</ul>
</section>
<script src=""></script>
</body>
</html>