TenDRILLL / Argos

2 stars 0 forks source link

Smarter way to serve the html pages #9

Closed TenDRILLL closed 1 year ago

TenDRILLL commented 1 year ago

Back during testing serving HTML pages, we created a singular file to get the content from. This however is not feasible nor maintainable, and the files should be separated to their own files.

Definition of Done:

Ugi0 commented 1 year ago

Html pages rewritten to use EJS. All files moved to /html and in their respective folders. Some more testing is preferred to make sure everything works.