Skip to content

Commit

Permalink
Examples
Browse files Browse the repository at this point in the history
  • Loading branch information
vtortola committed Sep 3, 2014
1 parent c8a5ec8 commit a11e010
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions example/content/example.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ body {
border:none;
}

a{
color:yellow;
}

@media only screen and (max-device-width: 480px) {
.container {
width: 100%;
Expand Down
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ <h3>Instructions</h3>
<pre>:>break multiple line >> file.txt</pre>
<p>The following file system commands are available: <b>ls</b>, <b>cat</b>, <b>rm</b>, <b>mkdir</b>, <b>cd</b>, <b>pwd</b> and <b>rmdir</b>.</p>
<p>Cross path operations are not supported in this example.</p>
<h3>Looking for a more complex example?</h3>
<p>Take a look to the <a href="//github.com/vtortola/WebSocketListener/wiki/WebSocketListener-Terminal-Server">Terminal Server example</a> that uses <a href="http://vtortola.github.io/WebSocketListener/">WebSocketListener.</a></p>
<img src="http://vtortola.github.io/ng-terminal-emulator/example/content/terminalservercapture.png" />
</section>
</section>
</section>
Expand Down

0 comments on commit a11e010

Please sign in to comment.