diff --git a/index.html b/index.html
index 617da90..47e7fa4 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,7 @@
-
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');