small tweaks
This commit is contained in:
@ -34,11 +34,11 @@
|
|||||||
<main>
|
<main>
|
||||||
<h1>About the Beall Greenhouses</h1>
|
<h1>About the Beall Greenhouses</h1>
|
||||||
|
|
||||||
<h2>Past</h2>
|
<h2 id="past">Past</h2>
|
||||||
|
|
||||||
<h2>Present</h2>
|
<h2 id="present">Present</h2>
|
||||||
|
|
||||||
<h2>Future</h2>
|
<h2 id="future">Future</h2>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<footer id="footer"><!-- auto-populated by nav.js --></footer>
|
<footer id="footer"><!-- auto-populated by nav.js --></footer>
|
||||||
|
|||||||
@ -46,7 +46,7 @@ const footerHTML = `
|
|||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<p>brought to you in 2025</p>
|
<p>brought to you in 2026</p>
|
||||||
`
|
`
|
||||||
|
|
||||||
const populateFooter = function() {
|
const populateFooter = function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user