diff --git a/html/index.html b/html/index.html index a6bc149..72eb232 100644 --- a/html/index.html +++ b/html/index.html @@ -8,6 +8,9 @@
+ + Github logo + \ No newline at end of file diff --git a/html/static/github-mark-white.png b/html/static/github-mark-white.png new file mode 100644 index 0000000..50b8175 Binary files /dev/null and b/html/static/github-mark-white.png differ diff --git a/html/static/styles.css b/html/static/styles.css index b5c5059..a5e95bd 100644 --- a/html/static/styles.css +++ b/html/static/styles.css @@ -199,4 +199,15 @@ h2 { .result.show { pointer-events: initial; opacity: 1; -} \ No newline at end of file +} + +.github-link { + display: block; + position: fixed; + bottom: 10px; + right: 10px; +} + +.github-link img { + width: 40px; +}