CYBWEBALI
commited on
Commit
·
4310bb7
1
Parent(s):
311a8d5
FIX:Replace hashes with appropriate links
Browse files
public/templates/footer.html
CHANGED
|
@@ -5,8 +5,8 @@
|
|
| 5 |
</div>
|
| 6 |
<div>
|
| 7 |
<ul>
|
| 8 |
-
<li><a href="
|
| 9 |
-
<li><a href="
|
| 10 |
</ul>
|
| 11 |
</div>
|
| 12 |
</footer>
|
|
|
|
| 5 |
</div>
|
| 6 |
<div>
|
| 7 |
<ul>
|
| 8 |
+
<li><a href="https://github.com/neon-mmd/websurfx">Source Code</a></li>
|
| 9 |
+
<li><a href="https://github.com/neon-mmd/websurfx/issues">Issues/Bugs</a></li>
|
| 10 |
</ul>
|
| 11 |
</div>
|
| 12 |
</footer>
|