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

<pre class="cli-demo">$ &lt;span class="cli-demo-input"&gt;ls /usr/lib&lt;/span&gt;
anaconda-runtime  games  locale     rpm       sendmail.postfix
ConsoleKit        gcc    python2.6  sendmail  yum-plugins
$ &lt;span class="cli-demo-input"&gt;ls /var/lib&lt;/span&gt;
alternatives  dhclient          nfs       random-seed  stateless
authconfig    games             plymouth  rhsm         udev
cs            logrotate.status  polkit-1  rpm          up2date
dbus          misc              postfix   rsyslog      yum
$ </pre>

</body>
</html>