metalfoxdev / cjs-reloaded

CoolJS Reloaded is an unblocked game site, enough said!
https://metalfoxdev.github.io/cjs-reloaded/
MIT License
1 stars 1 forks source link

Add custom CSS to pages #3

Open metalfoxdev opened 11 months ago

metalfoxdev commented 11 months ago

It looks as if you can place a link to a css file in the head.html or header.html file in the layouts folder and this should apply the css to all pages automatically. We can use this code in the head(er).html file:

   <link rel="stylesheet" href="/css/custom.css">