summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2013-10-30 06:28:19 +0000
committerEndi S. Dewata <edewata@redhat.com>2013-10-30 20:49:52 +0000
commit02e7b534871ce513f72b0fe038ff824a662cc58b (patch)
tree126bcdd45afc8ca804af08247b41e65fa294c79a /examples
downloadcli-demo-02e7b534871ce513f72b0fe038ff824a662cc58b.tar.gz
cli-demo-02e7b534871ce513f72b0fe038ff824a662cc58b.tar.xz
cli-demo-02e7b534871ce513f72b0fe038ff824a662cc58b.zip
Initial commit.
Diffstat (limited to 'examples')
-rw-r--r--examples/basic.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/examples/basic.html b/examples/basic.html
new file mode 100644
index 0000000..92e7fe6
--- /dev/null
+++ b/examples/basic.html
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <title>Basic Terminal</title>
+ <link href="../css/terminal-animation.css" rel="stylesheet" type="text/css"/>
+ <script src="http://code.jquery.com/jquery.js"></script>
+ <script src="../js/terminal-animation.js"></script>
+ <script src="../js/init.js"></script>
+</head>
+<body>
+
+<div class="terminal-animation">$ <span class="terminal-animation-input">ls /usr/lib</span>
+anaconda-runtime games locale rpm sendmail.postfix
+ConsoleKit gcc python2.6 sendmail yum-plugins
+$ <span class="terminal-animation-input">ls /var/lib</span>
+alternatives dhclient nfs random-seed stateless
+authconfig games plymouth rhsm udev
+cs logrotate.status polkit-1 rpm up2date
+dbus misc postfix rsyslog yum
+$ </div>
+
+</body>
+</html>