Update IP to hostname on faux shell prompt

This commit is contained in:
Andrew Tomaka 2014-01-22 10:02:07 -05:00
parent 170e4e4391
commit 8746adcc92

View file

@ -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">-&gt;</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">-&gt;</span> <span class="cursor">&nbsp;</span>
</div>