UNPKG

five-server

Version:

Development Server with Live Reload Capability. (Maintained Fork of Live Server)

55 lines (51 loc) 1.31 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>PHP ERROR</title> <script async data-id="five-server" data-file="{filePath}" type="application/javascript" src="/fiveserver.js" ></script> <link rel="stylesheet" href="/fiveserver/serve-preview/vs.min.css" /> <script src="/fiveserver/serve-preview/highlight.min.js"></script> </head> <body> <style> html, body { font-family: Arial, Helvetica, sans-serif; color: #555; background-color: #efecec; } body { text-align: center; } #content { text-align: left; display: inline-block; } .is-code { background: #e0e0e0; padding: 2px 5px; border-radius: 2px; } </style> <div id="content"> <h2>PHP ERROR</h2> <div style="margin-right: 8px"> <pre margin="0px;" ><code style="padding: 16px; border: 1px gray solid; font-size: 16px;" class="language-bash">{msg}</code></pre> </div> </div> <script> hljs.highlightAll(); </script> </body> </html>