Update IP to hostname on faux shell prompt
This commit is contained in:
parent
170e4e4391
commit
8746adcc92
1 changed files with 2 additions and 10 deletions
|
@ -4,15 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<title>Hello World</title>
|
||||
<style>
|
||||
html {
|
||||
height: 100%;
|
||||
background: gray;
|
||||
}
|
||||
|
||||
body {
|
||||
width: 500px;
|
||||
min-height: 100%;
|
||||
|
||||
margin: auto;
|
||||
padding: 5px;
|
||||
|
||||
|
@ -54,14 +46,14 @@
|
|||
<body>
|
||||
<div>
|
||||
[<span class="time">16:01:42</span>]
|
||||
<span class="username">atomaka</span>@<span class="server">162.243.226.212</span>
|
||||
<span class="username">atomaka</span>@<span class="server">tc362.atomaka.com</span>
|
||||
<span class="pwd">~</span><br/>
|
||||
|<span class="good-prompt">-></span> Hello World<br/>
|
||||
zsh: command not found: Hello
|
||||
</div>
|
||||
<div>
|
||||
[<span class="time">16:02:10</span>]
|
||||
<span class="username">atomaka</span>@<span class="server">162.243.226.212</span>
|
||||
<span class="username">atomaka</span>@<span class="server">tc362.atomaka.com</span>
|
||||
<span class="pwd">~</span><br/>
|
||||
|<span class="bad-prompt">-></span> <span class="cursor"> </span>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue