We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 688409d commit 77689e2Copy full SHA for 77689e2
src/index.php
@@ -48,7 +48,7 @@
48
$currencyList = $engine->getCurrencyList();
49
50
echo '<html><head><title>CNB Cache</title></head><body>';
51
- echo '<img src="cnb-cache.svg" style="width: 100px;" align="right">';
+ echo '<a href="https://github.com/Spoje-NET/CNB-Cache"><img src="cnb-cache.svg" style="width: 100px;" align="right"></a>';
52
echo '<ul>';
53
54
foreach ($currencyList as $currency) {
0 commit comments