examples/auth/views/head.ejs 21 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><%= title %></title>7    <style>8      body {9        padding: 50px;10        font: 13px Helvetica, Arial, sans-serif;11      }12      .error {13          color: red;14      }15      .success {16          color: green;17      }18    </style>19  </head>20  <body>

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.