summaryrefslogtreecommitdiffstats
path: root/examples/basic.html
blob: 92e7fe68f5ba73c452d4bd8da432f5a6e996c944 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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>