diff options
| -rw-r--r-- | templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index 9172079..41fab17 100644 --- a/templates/base.html +++ b/templates/base.html @@ -14,7 +14,7 @@ <img src="{{ url_for('static', filename='img/logo.png') }}"/> <div class="text-wrap"> <h1>THE ORCHARD LEAGUE</h1> - <p class="subtitle">Established 2026</p> + <p class="subtitle">Est. 1946</p> </div> </div> <nav> @@ -48,7 +48,7 @@ </main> <footer> - <p>© Blessings; WWCH -Chairman of the Orchard League.</p> + <p>©1946 Blessings; WWCH -Chairman of the Orchard League.</p> </footer> </body> </html>
\ No newline at end of file |
