a97d6bc3fd
Skeleton loading functionality is already implemented inline in each section template (header.html, etc.) with .actual-content and .skeleton-content divs. The CSS in _skeleton.css handles the loading state, and JS in main.js toggles the .loading class. This standalone file was never rendered by any Go handler and served no purpose. All skeleton tests pass after removal (7/7).