diff --git a/system/views/index.erb b/system/views/index.erb
new file mode 100644
index 0000000..d08b2a3
--- /dev/null
+++ b/system/views/index.erb
@@ -0,0 +1,61 @@
+
+
+
+
+ WhoMatch地図ページ
+
+
+
+
+
+ 高齢者補助マッチ
+
+
+
+
+
+
+
+
+
+
+
+
+ 依頼一覧
+
+
+
+ | カテゴリ |
+ 詳細 |
+ 緯度 |
+ 経度 |
+ 登録日時 |
+
+
+
+ <% @requests.each do |req| %>
+
+ | <%= req["category"] %> |
+ <%= req["description"] || "(なし)" %> |
+ <%= req["latitude"] %> |
+ <%= req["longitude"] %> |
+ <%= req["created_at"] %> |
+
+ <% end %>
+
+
+
+
+
+
+
diff --git a/system/views/login.erb b/system/views/login.erb
new file mode 100644
index 0000000..e00f900
--- /dev/null
+++ b/system/views/login.erb
@@ -0,0 +1,28 @@
+
+
+
+
+ ログイン
+
+
+
+
+
+
+
+
diff --git a/system/views/signup.erb b/system/views/signup.erb
new file mode 100644
index 0000000..7625cde
--- /dev/null
+++ b/system/views/signup.erb
@@ -0,0 +1,30 @@
+
+
+
+
+ 新規登録
+
+
+
+
+
+
+
+
+