Javascript that displays a text line like a UNIX terminal using css and html on a webpage.
Uses: Bootstrap
See:
https://jilvin.github.io/web-terminal-display/
If you are not interested in using bootstrap on your website, change style of body tag in the /css/style.css file as shown below.
body {
margin: 0;
line-height: 1.42857143;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
color: #fff;
text-shadow: 0 1px 3px rgba(0,0,0,.5);
}