Skip to content

Commit 1842e26

Browse files
1 parent 8e1bfe0 commit 1842e26

2 files changed

Lines changed: 4 additions & 64 deletions

File tree

Adthoughtsglobal Nova Terms of use

Lines changed: 0 additions & 59 deletions
This file was deleted.

script.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1234,14 +1234,13 @@ async function initializeOS() {
12341234
dbCache = null;
12351235
cryptoKeyCache = null;
12361236
await say(`
1237-
<h2>This is a source-available system</h2>
1238-
<p>By using Nova OS, you agree to the <a href="https://github.com/adthoughtsglobal/Nova-OS/blob/main/Adthoughtsglobal%20Nova%20Terms%20of%20use">Terms of Use</a>. Which mentions the intended purpose of this system.
1239-
<div style="background:: #001b00; color: lightgreen; padding: 0.8rem; border: 1px solid #254625;font-size:inherit; border-radius: .5rem; margin: 0.8rem 0; display: flex;flex-direction:row; align-items: center; justify-content: flex-start;gap:0.5rem;">
1237+
<h2>This is an open source system</h2>
1238+
<p style="">NovaOS uses several browser APIs to store, manage and display data.
1239+
</p>
1240+
<div style="background:: #001b00; color: lightgreen; padding: 0.8rem; border: 1px solid #254625;font-size:inherit; border-radius: .5rem; margin: 0rem 0; display: flex;flex-direction:row; align-items: center; justify-content: flex-start;gap:0.5rem;">
12401241
<span class="material-symbols-rounded">check</span>
12411242
<div>We do not store or share your personal information.</div>
12421243
</div>
1243-
</p>
1244-
<iframe src="https://adthoughtsglobal.github.io/termsofuse.html"></iframe>
12451244
`);
12461245
console.log("Setting Up NovaOS\n\nUsername: " + CurrentUsername + "\nWith: Sample preset\nUsing host: " + location.href)
12471246
initialization = true

0 commit comments

Comments
 (0)