A cartoon caveman

Share HTML Across Pages

(code for this section)

Shared code is a double-edged sword.

On the one hand, you only needed to write it once. On the other, it can be hard to change without considering all the places that use that code.

As such, while the rest of this section is dedicated to sharing code - specifically the HTML boilerplate that most pages on a site inherit - don't take it as tacit permission to always make things into shared components. Use your best judgement.

→ Serve Static Files

← Check for Outdated Dependencies