1 parent 795523e commit b6c6875Copy full SHA for b6c6875
1 file changed
code-dev/display.html
@@ -321,7 +321,7 @@ <h1 id=info>
321
322
var link = document.createElement('link');
323
link.setAttribute('rel','stylesheet');
324
- link.setAttribute('href','css/github-markdown-light.css');
+ link.setAttribute('href','/css/github-markdown-light.css');
325
document.head.append(link);
326
327
var resolve,promise=new Promise(res=>resolve=res);
0 commit comments