Skip to content

Commit b6c6875

Browse files
save file
1 parent 795523e commit b6c6875

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code-dev/display.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ <h1 id=info>
321321

322322
var link = document.createElement('link');
323323
link.setAttribute('rel','stylesheet');
324-
link.setAttribute('href','css/github-markdown-light.css');
324+
link.setAttribute('href','/css/github-markdown-light.css');
325325
document.head.append(link);
326326

327327
var resolve,promise=new Promise(res=>resolve=res);

0 commit comments

Comments
 (0)