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.