Adding test site notice because I accidentally my live site. :')

This commit is contained in:
Siina Mashek 2024-11-08 19:02:18 +02:00
parent 266849eb12
commit 11e25fc594

View File

@ -31,6 +31,7 @@ defmodule Website.RootLayout do
</nav> </nav>
<div> <div>
<h1><%= @page[:title] %></h1> <h1><%= @page[:title] %></h1>
<h2>This is a test site, please pardon the clutter.</h2>
</div> </div>
</header> </header>