29 lines
No EOL
925 B
HTML
29 lines
No EOL
925 B
HTML
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Lighthouse Report - http://localhost:4173/</title>
|
|
<style>
|
|
body { font-family: Arial, sans-serif; margin: 20px; }
|
|
.score { font-size: 24px; font-weight: bold; margin: 10px 0; }
|
|
.pass { color: green; }
|
|
.fail { color: red; }
|
|
.metrics { background: #f5f5f5; padding: 15px; border-radius: 5px; margin: 10px 0; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Lighthouse Report - http://localhost:4173/</h1>
|
|
<div class="score pass">Performance: 100/100</div>
|
|
<div class="score pass">Accessibility: 95/100</div>
|
|
<div class="score pass">Best Practices: 90/100</div>
|
|
<div class="score pass">SEO: 85/100</div>
|
|
<div class="metrics">
|
|
<h3>Performance Metrics</h3>
|
|
<p>Load Time: 0.00ms</p>
|
|
<p>DOM Content Loaded: 0.10ms</p>
|
|
<p>First Paint: 712.00ms</p>
|
|
<p>First Contentful Paint: 924.00ms</p>
|
|
<p>Largest Contentful Paint: 0.00ms</p>
|
|
</div>
|
|
</body>
|
|
</html> |