alexhrao / TheGiftHub

An app where users can list what gifts they want, and can reserve gifts for others.
https://www.thegifthub.org
1 stars 0 forks source link

Allow reference of JS and CSS sheets through path #5

Closed alexhrao closed 7 years ago

alexhrao commented 7 years ago

Description

We need a central CSS sheet to reference for all HTML - that way, it's easy to share CSS and JS.

Reasoning

All CSS and JS must be defined _in the HTML page it's embedded in. This is bad, because if that would be useful later, then it's time to copy paste!

How

It'll be accessed through path/to/resource

alexhrao commented 7 years ago

Already done