Initial sinatra project structure

This commit is contained in:
2024-07-03 09:32:02 -04:00
parent 55400fa30d
commit fb7f99d67b
21 changed files with 324 additions and 0 deletions

5
views/index/home.erb Normal file
View File

@ -0,0 +1,5 @@
<div class="row">
<div class="columns twelve">
<p>This is the home page.</p>
</div>
</div>