Skip to content

Instantly share code, notes, and snippets.

@Octagon-simon
Last active September 20, 2022 03:59
Show Gist options
  • Select an option

  • Save Octagon-simon/7077f413d516a1d63c911266fb6afd06 to your computer and use it in GitHub Desktop.

Select an option

Save Octagon-simon/7077f413d516a1d63c911266fb6afd06 to your computer and use it in GitHub Desktop.
<!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