Rebrand to GregOS, update to os.gregh.dev

This commit is contained in:
Greg Hendrickson
2026-01-27 23:34:30 +00:00
parent 59f4d6d808
commit f3c8654704
2 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Greg Hendrickson | Developer</title>
<title>GregOS | Greg Hendrickson</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
</head>
@@ -168,11 +168,11 @@
<div id="content-terminal" class="content-template terminal-content">
<div class="terminal-output" id="terminal-output">
<p>Welcome to GregOS v1.0</p>
<p>Welcome to GregOS v1.0 — os.gregh.dev</p>
<p>Type 'help' for available commands.</p>
</div>
<div class="terminal-input-line">
<span class="prompt">guest@gregos:~$</span>
<span class="prompt">guest@os.gregh.dev:~$</span>
<input type="text" id="terminal-input" autofocus>
</div>
</div>