diff options
-rw-r--r-- | www/pages/playground.html | 2 |
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 |