Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoggybrad authored Jul 7, 2024
1 parent a13aa23 commit 8862b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ document.addEventListener("DOMContentLoaded", function() {
"To be clear: this site does not actually use ChatGPT or any other form of AI. It just returns some random Windows Blue Screen of Death bug check code. Nothing is done with your input either.",
'If you want to know more, <a href="https://github.com/thedoggybrad/bluesodgpt/" target="_blank">check out the code on Github</a>.',
'By the way, this is distributed using The Unlicensed, <a href="https://github.com/thedoggybrad/bluesodgpt/blob/master/license" target="_blank">which can be visited here</a>.',
'Enjoy using the "DogGPT!"'
'Enjoy using the "BlueSodGPT!"'
]; // Lines of the information chat

infoBtn.addEventListener("click", handleInfoClick); // Handle clicks to the info link
Expand Down

0 comments on commit 8862b4c

Please sign in to comment.