mwarning / openwrt-firmware-selector

OpenWrt firmware selector. With custom image builder support.
https://mwarning.github.io/openwrt-firmware-selector/www/
Creative Commons Zero v1.0 Universal
39 stars 22 forks source link

move content to own folder #48

Closed mwarning closed 4 years ago

mwarning commented 4 years ago

let's move the html/css/js files into a www folder and use a dummy index.html in the root folder with a redirect to the www folder for the demo/github pages.

This would be more elegant, since we have the actual application in one folder. The "installation" would only in moving a directory, not moving single files to get rid of the misc folder, license files, readme.md etc. by hand.

dummy index.html:

<meta http-equiv="refresh" content="0; url=https://repo.github.io/folder/index.html">
mwarning commented 4 years ago

@aparcar what do you think about this idea?

mwarning commented 4 years ago

This might be related to #41

mwarning commented 4 years ago

Maybe we do not need a dummy index.html in the root...

mwarning commented 4 years ago

done, see #49