examples/mvc/views/5xx.ejs 14 lines View on github.com → Search inside
1<!DOCTYPE html>2<html>3  <head>4    <meta charset="utf-8">5    <meta name="viewport" content="width=device-width,initial-scale=1">6    <title>Internal Server Error</title>7    <link rel="stylesheet" href="/style.css">8  </head>9  <body>10    <h1>500: Internal Server Error</h1>11    <p>Looks like something blew up!</p>12  </body>13</html>

Findings

✓ No findings reported for this file.

Get this view in your editor

Same data, no extra tab — call code_get_file + code_get_findings over MCP from Claude/Cursor/Copilot.