diff --git a/index.html b/index.html index 82e73f6..c55ea03 100644 --- a/index.html +++ b/index.html @@ -247,14 +247,14 @@

We help start, maintain and support various community and open-source projec newContent += ''; newContent += ''; } else { - newContent = '

Bliss OS

Bliss OS brings all the features and options of Bliss ROM to your PC, tablet, chromebook and mackbook. and is available in many different configurations.

Boringdroid

Boringdroid is a boring project to provide patch set to run multi-window on low version AOSP.

Android-Generic Project

Bringing Android ROMs to PCs and GSI devices everywhere. Simple to start, easy to use. Go get your ROM on!

Supreme Gamers

Android-x86 Gaming Community and creators of Gearlock Recovery for Android-x86 based projects

'; + newContent = '

Bliss OS

Bliss OS brings all the features and options of Bliss ROM to your PC, tablet, Chromebook and MacBook, and is available in many different configurations.

Boringdroid

Boringdroid is a boring project to provide patch set to run multi-window on low version AOSP.

Android-Generic Project

Bringing Android ROMs to PCs and GSI devices everywhere. Simple to start, easy to use. Go get your ROM on!

Supreme Gamers

Android-x86 Gaming Community and creators of Gearlock Recovery for Android-x86 based projects

'; } } // Update the page with the new content document.getElementById('content').innerHTML = newContent; }, error: function(jqXHR, status, err) { - newContent = '

Bliss OS

Bliss OS brings all the features and options of Bliss ROM to your PC, tablet, chromebook and mackbook. and is available in many different configurations.

Boringdroid

Boringdroid is a boring project to provide patch set to run multi-window on low version AOSP.

Android-Generic Project

Bringing Android ROMs to PCs and GSI devices everywhere. Simple to start, easy to use. Go get your ROM on!

Supreme Gamers

Android-x86 Gaming Community and creators of Gearlock Recovery for Android-x86 based projects

'; + newContent = '

Bliss OS

Bliss OS brings all the features and options of Bliss ROM to your PC, tablet, Chromebook and MacBook, and is available in many different configurations.

Boringdroid

Boringdroid is a boring project to provide patch set to run multi-window on low version AOSP.

Android-Generic Project

Bringing Android ROMs to PCs and GSI devices everywhere. Simple to start, easy to use. Go get your ROM on!

Supreme Gamers

Android-x86 Gaming Community and creators of Gearlock Recovery for Android-x86 based projects

'; document.getElementById('content').innerHTML = newContent; alert("Status: " + textStatus); alert("Error: " + errorThrown);