diff options
author | DavesBorges <david.borges.software@gmail.com> | 2024-08-10 20:47:16 +0100 |
---|---|---|
committer | DavesBorges <david.borges.software@gmail.com> | 2024-08-10 20:47:16 +0100 |
commit | bf115f03bde70e4f348153a10828de46aabd8411 (patch) | |
tree | d18d4faf6e13bc0d6310a3e7b4b090cef27e937c | |
parent | ad35d9f4f23e56dcea7a1d01b7f44242048bb15e (diff) | |
download | missing-bf115f03bde70e4f348153a10828de46aabd8411.tar.gz missing-bf115f03bde70e4f348153a10828de46aabd8411.zip |
Fix stylesheet link in playground result section
-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 |