From 6470b26abf845e18b3e216e28fb6ff19aecf7c4e Mon Sep 17 00:00:00 2001 From: RedGrox2013 <103953703+RedGrox2013@users.noreply.github.com> Date: Tue, 19 May 2026 21:41:43 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20pe?= =?UTF-8?q?rplexity?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/index.html | 5 ++--- html/js/app.js | 2 ++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/html/index.html b/html/index.html index c24a881..7c7e773 100644 --- a/html/index.html +++ b/html/index.html @@ -28,7 +28,7 @@ - + We Build Worlds AloeGames is a modern game development studio focused on creating immersive, next-generation experiences. @@ -37,12 +37,11 @@ Google DuckDuckGo + Perplexity Search - - diff --git a/html/js/app.js b/html/js/app.js index b2a6abb..2bef43d 100644 --- a/html/js/app.js +++ b/html/js/app.js @@ -59,6 +59,8 @@ function searchQuery(event) { if (engine === 'duckduckgo') { url = 'https://duckduckgo.com/?q=' + encodedQuery; + } else if (engine === 'perplexity') { + url = 'https://www.perplexity.ai/search?q=' + encodedQuery; } window.open(url, '_blank', 'noopener');
AloeGames is a modern game development studio focused on creating immersive, next-generation experiences.