diff options
author | Arjun Satarkar <me@arjunsatarkar.net> | 2024-11-03 20:53:23 +0000 |
---|---|---|
committer | Arjun Satarkar <me@arjunsatarkar.net> | 2024-11-03 20:53:23 +0000 |
commit | e5d30ee4fbfc61f37f5f3b555ad12f24bcb26509 (patch) | |
tree | 102cbb360125d45438587beda6a0d4e6acc80895 /priv/home.html.eex | |
parent | 23d20640b866095a674870ec9d26162eb5560cae (diff) | |
download | mediasync-e5d30ee4fbfc61f37f5f3b555ad12f24bcb26509.tar mediasync-e5d30ee4fbfc61f37f5f3b555ad12f24bcb26509.tar.gz mediasync-e5d30ee4fbfc61f37f5f3b555ad12f24bcb26509.zip |
Add link to source code
Diffstat (limited to 'priv/home.html.eex')
-rw-r--r-- | priv/home.html.eex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/priv/home.html.eex b/priv/home.html.eex index d17cbb8..a12ccd8 100644 --- a/priv/home.html.eex +++ b/priv/home.html.eex @@ -35,6 +35,9 @@ <input type="submit" value="host room"> </form> + <div id="source-footer"> + <a href="<%= Application.get_env(:mediasync, :source_url) %>"><%= Application.get_env(:mediasync, :source_link_text) %></a> + </div> </body> </html> |