Add about page with attributions

This commit is contained in:
Jesse C. Fisher 2021-11-13 17:29:01 -08:00
parent b52ba6be1a
commit 6a020618c3
2 changed files with 5 additions and 0 deletions

View File

@ -5,3 +5,7 @@ This web application was created with
<%= link_to('Rails Composer', 'http://railsapps.github.io/rails-composer/') %>
from the <%= link_to('RailsApps project', 'http://railsapps.github.io/') %>.
</p>
<p>
The domain name address was obtained from Afraid.org
<%= link_to('Free DNS', 'https://freedns.afraid.org/') %>
</p>

View File

@ -5,3 +5,4 @@
= link_to 'Play Now', play_now_path
= link_to 'Browse Tables', tables_path
= link_to 'Tutorial', tutorial_path
= link_to 'About', page_path('about')