From 443d35f1c987762dfa4972dde2bbb410181d4d7f Mon Sep 17 00:00:00 2001 From: John Veness Date: Thu, 7 Dec 2023 16:49:02 +0000 Subject: [PATCH] Fix Bliss OS target hardware --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);