Skip to content

Commit

Permalink
Fix index file
Browse files Browse the repository at this point in the history
  • Loading branch information
baasgeo committed Sep 30, 2024
1 parent 64834a2 commit ecf46bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lcms/algemeen/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
const base = window.location.pathname.split('/')[2];
const subdir = window.location.pathname.split('/')[3];
const main = 'https://github.com/imroi/diversen/blob/main/';
const response = await fetch('https://api.github.com/repos/imroi/diversen/contents/' + base '/' + subdir);
const response = await fetch('https://api.github.com/repos/imroi/diversen/contents/' + base + '/' + subdir);
const data = await response.json();
let htmlString = `<div class="container">
<nav class="navbar navbar-expand-lg">
Expand Down

0 comments on commit ecf46bf

Please sign in to comment.