fix(curriculum) add starting footer tag to seed code (#46760)

This commit is contained in:
Lasse Jørgensen
2022-07-05 10:43:51 +02:00
committed by GitHub
parent f2e0fa548e
commit 2a55b196c8

View File

@@ -73,6 +73,7 @@ assert(code.match(/\/\*\s*FOOTER\s*\*\//i));
</section>
</main>
<hr class="bottom-line">
<footer>
<p>
<a href="https://www.freecodecamp.org" target="_blank">Visit our website</a>
</p>