diff options
author | Ciaran Gallagher <[email protected]> | 2020-03-25 23:26:26 +0000 |
---|---|---|
committer | Ciaran Gallagher <[email protected]> | 2020-03-25 23:26:26 +0000 |
commit | 583f48a87caf33ec3a4ce919fb894326681de1cc (patch) | |
tree | d046fcfe691253a74d2e11edc2f188ff387b6eaa /index.html | |
parent | 4a24ba5b0df639946298c10a3eba2197796a4bc8 (diff) | |
download | pasta-583f48a87caf33ec3a4ce919fb894326681de1cc.tar.gz pasta-583f48a87caf33ec3a4ce919fb894326681de1cc.zip |
icons and logos
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -2,7 +2,7 @@ <html lang="en"> <head></head> - <title>PASTA | Plex Audio and Subtitle Track Automator</title> + <title>PASTA | Audio and Subtitle Track Changer for Plex</title> <link rel='icon' href='images/favicon.png' type='image/x-icon' /> <!-- Required meta tags --> @@ -43,9 +43,11 @@ <nav class="navbar navbar-expand-lg navbar-dark static-top"> <div class="container"> <a class="navbar-brand" href="javascript:window.location.reload()"> - <h2>PASTA<small class="ml-2">Plex Audio and Subtitle Track Automation</small></h2> + <img class="titleImage" src="images/Logo_Title_Large.png"> + </a> + <a href=""> + <i class="far fa-question-circle" style="color: #e5a00d; font-size: 1.5em"></i> </a> - <i class="far fa-question-circle" style="color: #e5a00d; font-size: 1.5em"></i> </div> </nav> |