Files
karakeep-mirror/packages/benchmarks/setup/html/hello.html
Mohamed Bassem 6180c6622c chore: add benchmarks (#2229)
* chore: add benchmarks

* upgrade deps

* fixes

* lint
2025-12-06 16:07:11 +00:00

14 lines
389 B
HTML

<!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>Benchmarks Fixture</title>
</head>
<body>
<h1>Karakeep Benchmarks</h1>
<p>This page is served by the nginx container during benchmarks.</p>
</body>
</html>