12 lines
392 B
Plaintext
12 lines
392 B
Plaintext
<% content_for :title do %>About<% end %>
|
|
<h3>About the Website</h3>
|
|
<p>
|
|
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>
|