From 03b1ebea978f68069f8c983e58d3346805556349 Mon Sep 17 00:00:00 2001 From: Alexander Petros Date: Thu, 21 Sep 2023 14:11:40 -0400 Subject: [PATCH] Add version number to test page (#1813) Now that we only have a single test page, it's helpful to show which version of htmx the tests are running against. --- test/index.html | 4 ++++ www/static/test/index.html | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/test/index.html b/test/index.html index 42d5487e..24c10ac5 100644 --- a/test/index.html +++ b/test/index.html @@ -14,6 +14,7 @@

htmx.js test suite

+

Version: 

Scratch Page