summaryrefslogtreecommitdiff
path: root/app/views/home/index.html.erb
diff options
context:
space:
mode:
authorDavid Gay <eapoems@riseup.net>2023-10-30 00:26:28 -0400
committerDavid Gay <eapoems@riseup.net>2023-10-30 00:26:28 -0400
commitda6df343c5ad556e671f0ea1572ba233de5c7a83 (patch)
treec59a3fb838c7459765ed598eda9f4a4f6f3194ff /app/views/home/index.html.erb
parent77f3a43ecefadf7376de2871087c819c871b00dc (diff)
Home#index
Diffstat (limited to 'app/views/home/index.html.erb')
-rw-r--r--app/views/home/index.html.erb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb
new file mode 100644
index 0000000..a791ff1
--- /dev/null
+++ b/app/views/home/index.html.erb
@@ -0,0 +1,3 @@
+<div>
+ <h1 class="font-bold text-2xl">Welcome to the Cable Club!</h1>
+</div>