aboutsummaryrefslogtreecommitdiffstats
path: root/packages/benchmarks/setup/html/hello.html
diff options
context:
space:
mode:
Diffstat (limited to 'packages/benchmarks/setup/html/hello.html')
-rw-r--r--packages/benchmarks/setup/html/hello.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/benchmarks/setup/html/hello.html b/packages/benchmarks/setup/html/hello.html
new file mode 100644
index 00000000..25a7f9b5
--- /dev/null
+++ b/packages/benchmarks/setup/html/hello.html
@@ -0,0 +1,13 @@
+<!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>