mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
5162218982
- Separate the subject from the body with a blank line
- Try to limit the subject line to 50 characters
- Capitalize the subject line
- Do not end the subject line with any punctuation
- Use the imperative mood in the subject line
- Wrap the body at 72 characters
- Keep the body short and concise (omit it entirely if not useful)
Here are the changes in this commit:
diff --git a/template.html b/template.html
index abc123..def456 100644
--- a/template.html
+++ b/template.html
@@ -1,20 +1,29 @@
<!DOCTYPE html>
<html>
<head>
- <title>My Website</title>
+ <title>Bible Study Tools</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">
+ <link rel="icon" type="image/x-icon" href="favicon.ico">
+ <meta name="description" content="Free online Bible study tools and resources">
+ <meta name="keywords" content="Bible,study,tools,resources,commentary">
</head>
<body>
<header>
- <h1>Welcome</h1>
+ <h1>Bible Study Tools</h1>
<nav>
<ul>
- <li><a href="/">Home</a></li>
- <li><a href="/about">About</a></li>
- <li><a href="/contact">Contact</a></li>
+ <li><a href="/">Bible</a></li>
+ <li><a href="/search">Search</a></li>
+ <li><a href="/concordance">Concordance</a></li>
+ <li><a href="/commentary">Commentary</a></li>
+ <li><a href="/study">Study</a></li>
</ul>
</nav>
</header>
+ <footer>
+ <p>© 2023 Bible Study Tools. All rights reserved.</p>
+ <p><a href="/privacy">Privacy Policy</a> | <a href="/terms">Terms of Use</a></p>
+ </footer>
</body>
</html>
Add gender styling and legend to family tree display