aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDeniz Akşimşek <deniz@denizaksimsek.com>2024-08-19 09:12:02 +0300
committerGitHub <noreply@github.com>2024-08-19 09:12:02 +0300
commit5c031659db6632ae49bd5134ff910296cc9a43ca (patch)
tree0c3d8e8bc6db639d1214e9ef8f843011b4cbaad0
parent0292c9dc6078a5e1bf6d498a495218a8936c647b (diff)
parentbf115f03bde70e4f348153a10828de46aabd8411 (diff)
downloadmissing-5c031659db6632ae49bd5134ff910296cc9a43ca.tar.gz
missing-5c031659db6632ae49bd5134ff910296cc9a43ca.zip
Merge pull request #55 from DavesBorges/fix/broken-playground-stylesheet-link
Fix stylesheet link in playground result section
-rw-r--r--www/pages/playground.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/pages/playground.html b/www/pages/playground.html
index 6d67b32..255a35d 100644
--- a/www/pages/playground.html
+++ b/www/pages/playground.html
@@ -26,7 +26,7 @@ url: /playground/
append "<head>"
append "<meta charset=UTF-8>"
append "<meta name=viewport content=width=device-width>"
- append "<link rel=stylesheet href=/missing.css>"
+ append "<link rel=stylesheet href=/dist/missing.css>"
append "</head>"
append "<body>"
append #code's value