summaryrefslogtreecommitdiffhomepage
path: root/images/benchmarks/node/index.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'images/benchmarks/node/index.hbs')
-rw-r--r--images/benchmarks/node/index.hbs8
1 files changed, 8 insertions, 0 deletions
diff --git a/images/benchmarks/node/index.hbs b/images/benchmarks/node/index.hbs
new file mode 100644
index 000000000..03feceb75
--- /dev/null
+++ b/images/benchmarks/node/index.hbs
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html>
+<body>
+ {{#each text}}
+ <p>{{this}}</p>
+ {{/each}}
+</body>
+</html>