Skip to content

Commit 61c8175

Browse files
Update index.html
1 parent 88e43b5 commit 61c8175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/projects/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h5 class="card-title text-truncate" style="margin-bottom: 0; color: darkgreen;"
8181
const html = `
8282
<h1>${data[id].slice(data[id].indexOf("/") + 1, data[id].lastIndexOf("/"))}</h1>
8383
<h5 style="padding-bottom: 25px;">${data[id].slice(0, data[id].indexOf("/"))}</h5>
84-
<iframe style="border-radius: 8px; border: none;" src="projects/${data[id]}/index.html"></iframe>`;
84+
<iframe style="border-radius: 8px; border: none;" src="projects/${data[id]}index.html"></iframe>`;
8585

8686
document.getElementById("projectContainer").appendChild(document.createRange().createContextualFragment(html));
8787
}

0 commit comments

Comments
 (0)