mirror of
https://github.com/ghndrx/webos.git
synced 2026-02-10 06:45:00 +00:00
Rebrand to GregOS, update to os.gregh.dev
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<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="css/style.css">
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
|
||||||
</head>
|
</head>
|
||||||
@@ -168,11 +168,11 @@
|
|||||||
|
|
||||||
<div id="content-terminal" class="content-template terminal-content">
|
<div id="content-terminal" class="content-template terminal-content">
|
||||||
<div class="terminal-output" id="terminal-output">
|
<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>
|
<p>Type 'help' for available commands.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="terminal-input-line">
|
<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>
|
<input type="text" id="terminal-input" autofocus>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -311,7 +311,7 @@ class GregOS {
|
|||||||
addLine(' |___/ ', '#e94560');
|
addLine(' |___/ ', '#e94560');
|
||||||
addLine('');
|
addLine('');
|
||||||
addLine('OS: GregOS v1.0');
|
addLine('OS: GregOS v1.0');
|
||||||
addLine('Host: The Internet');
|
addLine('Host: os.gregh.dev');
|
||||||
addLine('Uptime: Since the early days');
|
addLine('Uptime: Since the early days');
|
||||||
addLine('Shell: bash');
|
addLine('Shell: bash');
|
||||||
addLine('Terminal: WebTerminal');
|
addLine('Terminal: WebTerminal');
|
||||||
|
|||||||
Reference in New Issue
Block a user