Add basic site design and placeholder content

This commit is contained in:
floppydiskette 2024-08-06 23:13:01 +01:00
commit 6a33eb0f83
No known key found for this signature in database
11 changed files with 150 additions and 5 deletions

View file

@ -6,5 +6,5 @@ Rails.application.routes.draw do
get "up" => "rails/health#show", as: :rails_health_check
# Defines the root path route ("/")
# root "posts#index"
root "home#index"
end