Skip to content

Commit 9c77422

Browse files
committed
--
1 parent f123d55 commit 9c77422

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.DS_Store

0 Bytes
Binary file not shown.

js/indexstart.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
function header(path='') {
22
st = '<nav class="navbar navbar-expand-lg navbar-light bg-light"> ';
3-
st += '<a class="navbar-brand" href="projects.htm" style="color:#ffcb05;"> ';
3+
st += '<a class="navbar-brand" href="index.htm" style="color:#ffcb05;"> ';
44
//st += ' <img src="'+path+'imgs/home.ico" height="40pt" alt="Home!">';
55
st += ' <img src="'+path+'imgs/InDeXLab2.gif" height="40pt" alt="Home!">';
66
st += '</a> ';

0 commit comments

Comments
 (0)