Skip to content

Commit

Permalink
fix: remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
schmelto authored May 4, 2022
1 parent db8880f commit fd02811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terminal/terminal.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h3 class="text-center"></h3>
</header>
<div class="consolebody" id="consolebody">
<p class="card-text" id="terminal"></p>
<span class="terminal_user">> guest@portfolio: </span><input type="text" id="console_input"
<span class="terminal_user">> guest@portfolio:</span><input type="text" id="console_input"
autofocus>
</div>
<footer>
Expand Down Expand Up @@ -68,4 +68,4 @@ <h3 class="text-center"></h3>
crossorigin="anonymous"></script>
</body>

</html>
</html>

0 comments on commit fd02811

Please sign in to comment.