mirror of
https://github.com/karakeep-app/karakeep.git
synced 2026-02-28 18:25:55 +01:00
14 lines
389 B
HTML
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>
|