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;