Hello,
I'm trying to add stylesheet into dashboard template. Like this:
<link rel="stylesheet" type="text/css" href="/home/pi/static/html/Stylesheet.css">
is it even possible or do I have to use allways style tag and add my style into each template for its own?