<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">// Load in navbar and footer from seperate files
$(function() {
  $("#navbar").load("/navbar.html");
  $("#projects").load("/projects.html");
  $("#footer").load("/footer.html");
  $("#imports").load("/imports.html");
});</pre></body></html>