ASP Classic blog framework - BrainOrdure
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
318B

  1. </div>
  2. </main>
  3. <footer class="border-top py-3 mt-auto">
  4. <div class="container">
  5. <p class="text-muted small mb-0">&copy; <%= Year(Now()) %> BrainOrdure</p>
  6. </div>
  7. </footer>
  8. <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
  9. </body>
  10. </html>

Powered by TurnKey Linux.