diff --git a/frontend/src/Main.elm b/frontend/src/Main.elm index bf4e619..7d11c7c 100644 --- a/frontend/src/Main.elm +++ b/frontend/src/Main.elm @@ -81,6 +81,18 @@ footer = ] ] ] + , nav [] + [ ul [] + [ li [] + [ small [] + [ a [ href repository ] [ text "Repository" ] ] + ] + , li [] + [ small [] + [ a [ href "https://opensource.org/licenses/MIT" ] [ text "MIT License" ] ] + ] + ] + ] ]