diff --git a/sorttable.js b/static/sorttable.js similarity index 100% rename from sorttable.js rename to static/sorttable.js diff --git a/style.css b/static/style.css similarity index 84% rename from style.css rename to static/style.css index a7857ad..cff8abb 100644 --- a/style.css +++ b/static/style.css @@ -1,3 +1,13 @@ +p { + font-family: sans-serif; + margin: 10px; +} + +a { + font-family: sans-serif; + color: black; +} + .dataframe { border-collapse: collapse; margin: 25px 0; diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..46f8f5b --- /dev/null +++ b/templates/base.html @@ -0,0 +1,9 @@ + + + + +