charts.min.css
This commit is contained in:
parent
4bcbf012e9
commit
92fd7c66f1
@ -22,6 +22,10 @@ function genchart {
|
|||||||
function webpage {
|
function webpage {
|
||||||
|
|
||||||
g_echo_note "RUNNING FUNCTION ${FUNCNAME} $@"
|
g_echo_note "RUNNING FUNCTION ${FUNCNAME} $@"
|
||||||
|
|
||||||
|
# Get charts.css
|
||||||
|
[ -e ../charts.min.css ] || wget -q https://raw.githubusercontent.com/ChartsCSS/charts.css/main/dist/charts.min.css -O ../charts.min.css
|
||||||
|
|
||||||
# create status webpage
|
# create status webpage
|
||||||
echo '<html><head>
|
echo '<html><head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
Loading…
Reference in New Issue
Block a user