diff options
Diffstat (limited to 'app/views/pages/index.html.erb')
-rw-r--r-- | app/views/pages/index.html.erb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/views/pages/index.html.erb b/app/views/pages/index.html.erb new file mode 100644 index 0000000..cf72e40 --- /dev/null +++ b/app/views/pages/index.html.erb @@ -0,0 +1,9 @@ +<div class="row mt-2"> + + <h1 id="header-title">DefNucSyR Engagement Database</h1> + + <p>This is some text about the page.</p> + +</div> + + |