update AI page

This commit is contained in:
Raven Scott
2024-10-02 05:30:13 -04:00
parent c2a658c61c
commit ded4c43700
5 changed files with 122 additions and 0 deletions

View File

@ -212,3 +212,7 @@ function openTop() {
window.open('https://ai-top.x64.world/', 'liveLogGtopWindow', 'width=800,height=600,menubar=no,toolbar=no,location=no,status=no,scrollbars=yes,resizable=yes');
}
function openAbout() {
window.open('https://raven-scott.fyi/about-rayai', 'liveLogGtopWindow', 'width=800,height=600,menubar=no,toolbar=no,location=no,status=no,scrollbars=yes,resizable=yes');
}