diff --git a/.cpanel.yml b/.cpanel.yml new file mode 100644 index 0000000..730e83e --- /dev/null +++ b/.cpanel.yml @@ -0,0 +1,4 @@ +deployment: + tasks: + - export DEPLOYPATH=~/public_html/calc + - /bin/cp * $DEPLOYPATH \ No newline at end of file diff --git a/style.css b/style.css index 4f95898..019e6fd 100755 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ body { - background: black; + background: maroon; } .calc { display: table;