From 07abe3b0beae110cacc47d186ce6a068f642ae7c Mon Sep 17 00:00:00 2001 From: Emi Simpson Date: Mon, 22 May 2023 14:52:18 -0400 Subject: [PATCH] Add a link to the source code --- static/index.html | 9 +++++++++ 1 file changed, 9 insertions(+) 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 \ No newline at end of file