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 f123d55 commit 9c77422Copy full SHA for 9c77422
2 files changed
.DS_Store
0 Bytes
js/indexstart.js
@@ -1,6 +1,6 @@
1
function header(path='') {
2
st = '<nav class="navbar navbar-expand-lg navbar-light bg-light"> ';
3
-st += '<a class="navbar-brand" href="projects.htm" style="color:#ffcb05;"> ';
+st += '<a class="navbar-brand" href="index.htm" style="color:#ffcb05;"> ';
4
//st += ' <img src="'+path+'imgs/home.ico" height="40pt" alt="Home!">';
5
st += ' <img src="'+path+'imgs/InDeXLab2.gif" height="40pt" alt="Home!">';
6
st += '</a> ';
0 commit comments