From e5fb720fbecae481c0814f7952d383f21bdee676 Mon Sep 17 00:00:00 2001 From: DaichiSaito Date: Wed, 21 Apr 2021 09:53:55 +0900 Subject: [PATCH] =?UTF-8?q?add=20=E9=9D=99=E7=9A=84=E3=81=AA=E3=83=9A?= =?UTF-8?q?=E3=83=BC=E3=82=B8=E4=BD=9C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 7 +++++++ users/index.html | 21 +++++++++++++++++++++ users/jiro.html | 14 ++++++++++++++ users/saburo.html | 14 ++++++++++++++ users/taro.html | 14 ++++++++++++++ 5 files changed, 70 insertions(+) create mode 100644 index.html create mode 100644 users/index.html create mode 100644 users/jiro.html create mode 100644 users/saburo.html create mode 100644 users/taro.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..f5b881f --- /dev/null +++ b/index.html @@ -0,0 +1,7 @@ + + + +

Hello, World!!

+

Welcome to Web Practice

+ + \ No newline at end of file diff --git a/users/index.html b/users/index.html new file mode 100644 index 0000000..e18a44f --- /dev/null +++ b/users/index.html @@ -0,0 +1,21 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/users/jiro.html b/users/jiro.html new file mode 100644 index 0000000..218cd4c --- /dev/null +++ b/users/jiro.html @@ -0,0 +1,14 @@ + + + + + + + +

名前

+

次郎

+

年齢

+

15

+ + + \ No newline at end of file diff --git a/users/saburo.html b/users/saburo.html new file mode 100644 index 0000000..383e65a --- /dev/null +++ b/users/saburo.html @@ -0,0 +1,14 @@ + + + + + + + +

名前

+

三郎

+

年齢

+

10

+ + + \ No newline at end of file diff --git a/users/taro.html b/users/taro.html new file mode 100644 index 0000000..e44ec9e --- /dev/null +++ b/users/taro.html @@ -0,0 +1,14 @@ + + + + + + + +

名前

+

太郎

+

年齢

+

20

+ + + \ No newline at end of file