Last active
September 20, 2022 03:59
-
-
Save Octagon-simon/7077f413d516a1d63c911266fb6afd06 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!Doctype html> | |
| <html> | |
| <head> | |
| <%- include('./layouts/head') %> | |
| </head> | |
| <body> | |
| <header> | |
| <%- include('./layouts/navbar') %> | |
| </header> | |
| <main> | |
| <h1 class="text-primary mt-5 text-center">Welcome</h1> | |
| </main> | |
| </body> | |
| <footer> | |
| <%- include('./layouts/footer') %> | |
| </footer> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment