From a02a662b6f0d62415f86cee9a5fa29fa876d7556 Mon Sep 17 00:00:00 2001 From: "Michael Pilosov, PhD" Date: Fri, 26 Jan 2024 00:24:21 +0000 Subject: [PATCH] image previews --- .gitignore | 1 + index.html | 38 ++++++++++++++++++++++++++++++++++++++ out/index.html | 2 +- 3 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 index.html diff --git a/.gitignore b/.gitignore index fdc6906..e5742b0 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ out/ .sw[opqr] *.tar.gz .pat +out* diff --git a/index.html b/index.html new file mode 100644 index 0000000..c6e6ec3 --- /dev/null +++ b/index.html @@ -0,0 +1,38 @@ + + + + + + Discover the Rainbow + + + +

Discover the Rainbow

+ + + diff --git a/out/index.html b/out/index.html index e9e18ad..1209be9 100644 --- a/out/index.html +++ b/out/index.html @@ -77,7 +77,7 @@ if (i == -21) { imageName = 'hsv.png'; } else { - imageName = 'v' + i + '.jpg'; + imageName = 'v' + i + '.png'; } let img = document.createElement('img'); img.src = imageName;