From 594dd2cece7792c9f89e42babb87aa8d8db71825 Mon Sep 17 00:00:00 2001 From: Zane V Date: Sat, 21 Feb 2026 08:47:13 -1000 Subject: [PATCH] Update info.html to include additional details on AI contributions - Expanded the paragraph to mention AI's assistance in setting the background pattern and clarified that git messages are generated by AI, eliminating the need for manual change tracking. --- info.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info.html b/info.html index 562322d..1378ccf 100644 --- a/info.html +++ b/info.html @@ -24,6 +24,6 @@

What elements are AI?

-

The only AI written code as of Feb 20th 2026 on this site is the code for music playback on the homepage. It uses javascript to play the music when you click anywhere (if the music isn't already playing).

+

The only AI written code as of Feb 20th 2026 on this site is the code for music playback on the homepage. It uses javascript to play the music when you click anywhere (if the music isn't already playing). AI has also assisted me in how to set the background to the checkerboard pattern, but didn't directly code it. The git messages are written by AI, so I don't need to keep track of my changes before the push.

\ No newline at end of file