Update web/templates/settings/home.html

This commit is contained in:
Joshua Laymon 2025-08-20 02:08:09 +00:00
parent 497b49e62e
commit 0105a1f4d1

View File

@ -5,7 +5,17 @@
<div class="container">
<h1 class="page-title">Settings</h1>
<!-- Blank Settings box -->
<div class="settings-card">
<h2 class="section-title">Settings</h2>
<p class="muted small">No settings here yet — add options later.</p>
<!-- Add form fields or options inside this box as needed -->
</div>
<!-- Tools box -->
<div class="settings-card">
<h2 class="section-title">Tools</h2>
<!-- Scripture Normalizer -->
<div class="tool-block">
<h3>Scripture Normalizer</h3>
@ -101,6 +111,13 @@
margin-top:20px;
}
.section-title {
margin:0 0 12px;
font-size:20px;
font-weight:600;
color:#1f2937;
}
.tool-block {
margin-bottom:16px;
}