summaryrefslogtreecommitdiffstats
path: root/examples/basic.html
blob: 7a08d7c185e2033d4c9d7d38502078de4a77081d (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 Example</title>
    <link href="../css/cli-demo.css" rel="stylesheet" type="text/css"/>
    <script src="http://code.jquery.com/jquery.js"></script>
    <script src="../js/cli-demo.js"></script>
    <script src="../js/init.js"></script>
</head>
<body>

<div class="cli-demo">$ <span class="cli-demo-input">ls /usr/lib</span>
anaconda-runtime  games  locale     rpm       sendmail.postfix
ConsoleKit        gcc    python2.6  sendmail  yum-plugins
$ <span class="cli-demo-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>