diff options
author | Jesús <heckyel@hyperbola.info> | 2018-11-14 10:43:00 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-11-14 10:43:00 -0500 |
commit | c6c72ca42c197f0567ae4470d4b3592b5760650a (patch) | |
tree | 85ceab7783ad772c7eac1414aae21d616656ed59 | |
parent | a489933ae597e0aac53958d6f34c7a1d62c9946d (diff) | |
download | ytlibre-c6c72ca42c197f0567ae4470d4b3592b5760650a.tar.lz ytlibre-c6c72ca42c197f0567ae4470d4b3592b5760650a.tar.xz ytlibre-c6c72ca42c197f0567ae4470d4b3592b5760650a.zip |
minor fix on favicon | librejs.html
-rw-r--r-- | templates/librejs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/librejs.html b/templates/librejs.html index 93e0e3c..cd02407 100644 --- a/templates/librejs.html +++ b/templates/librejs.html @@ -4,7 +4,7 @@ <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta charset="UTF-8"> <title>JavaScript license information</title> - <link rel="icon" href="../images/favicon.png" sizes="192x192"> + <link rel="icon" href="./images/favicon.png" sizes="192x192"> </head> <body> <table id="jslicense-labels1"> |