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