From f3c865470418fbf5ed6a81574944225fb1bb503e Mon Sep 17 00:00:00 2001 From: Greg Hendrickson Date: Tue, 27 Jan 2026 23:34:30 +0000 Subject: [PATCH] Rebrand to GregOS, update to os.gregh.dev --- index.html | 6 +++--- js/app.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 617da90..47e7fa4 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - Greg Hendrickson | Developer + GregOS | Greg Hendrickson @@ -168,11 +168,11 @@
-

Welcome to GregOS v1.0

+

Welcome to GregOS v1.0 — os.gregh.dev

Type 'help' for available commands.

- guest@gregos:~$ + guest@os.gregh.dev:~$
diff --git a/js/app.js b/js/app.js index 668dbcd..1d7cb7e 100644 --- a/js/app.js +++ b/js/app.js @@ -311,7 +311,7 @@ class GregOS { addLine(' |___/ ', '#e94560'); addLine(''); addLine('OS: GregOS v1.0'); - addLine('Host: The Internet'); + addLine('Host: os.gregh.dev'); addLine('Uptime: Since the early days'); addLine('Shell: bash'); addLine('Terminal: WebTerminal');