37 lines
1.2 KiB
HTML
37 lines
1.2 KiB
HTML
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8"/>
|
||
|
<title>client</title>
|
||
|
<link rel="stylesheet" href="client.css">
|
||
|
<script src="../dist/demonic-web.bundle.js"></script>
|
||
|
<script src="client.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="title">
|
||
|
<img src="demonic.png" title="demonic logo"/>
|
||
|
<h1><a href="https://github.com/lbeckman314/demonic">demonic</a></h1>
|
||
|
</div>
|
||
|
|
||
|
<p>A suite of programs designed to execute commands in a sandboxed environment.</p>
|
||
|
|
||
|
<p>Feel free to try out some programs in an interactive sandbox. Click on any of the examples below to give them a spin.</p>
|
||
|
|
||
|
<div id="demonic-examples">
|
||
|
<code>palindrome</code>
|
||
|
<code>prime 10101</code>
|
||
|
<code>withfeathers --print</code>
|
||
|
<code>pipes.sh</code>
|
||
|
<code>cmatrix</code>
|
||
|
<code>fortune | cowsay | lolcat</code>
|
||
|
</div>
|
||
|
|
||
|
<div class="demonic-web"></div>
|
||
|
<div class="what-is-this">
|
||
|
<a href="https://liambeckman.com/code/demonic">About</a> |
|
||
|
<a href="https://github.com/lbeckman314/demonic">Source Code</a>
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|
||
|
|