Add one JS and one CSS file that imports the other

This commit is contained in:
2020-11-12 09:50:19 +01:00
parent f4b8227506
commit 5c7f97590a
5 changed files with 56 additions and 47 deletions

3
css/style.css Normal file
View File

@@ -0,0 +1,3 @@
@import url('readtheorg.css');
@import url('htmlize.css');
@import url('custom.css');