diff --git a/static/index.html b/static/index.html index 03a96b5..f54aa37 100644 --- a/static/index.html +++ b/static/index.html @@ -18,6 +18,14 @@ body > div { position: relative; width: 500px; } +a { + color: white; + position: fixed; + right: 10px; + bottom: 10px; + font-weight: bold; + font-family: sans; +}
@@ -27,5 +35,6 @@ body > div { node: document.getElementById('elm-zone') }); + source code