Skip to content

Commit 0b10852

Browse files
committed
Clear span text and give id
1 parent 828783d commit 0b10852

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</head>
1212
<body>
1313
<div id="terminal">
14-
<span>username@hostname: </span><input type="text" name="shell" id="shellinput" onKeyPress="detectEnter(event, this)" >
14+
<span id="uname-hname"></span><input type="text" name="shell" id="shellinput" onKeyPress="detectEnter(event, this)" >
1515
</div>
1616
</body>
1717
</html>

0 commit comments

Comments
 (0)