2023-11-04 23:32:15 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2023-11-07 11:11:28 +00:00
|
|
|
<title>CLIte</title>
|
2023-11-04 23:32:15 +00:00
|
|
|
<script type="text/javascript" src="clite/core.js"></script>
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="clite/core.css" />
|
|
|
|
|
<style type="text/css"></style>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<header>
|
2023-11-07 11:11:28 +00:00
|
|
|
<h1 id="title">CLIte</h1>
|
2023-11-04 23:32:15 +00:00
|
|
|
</header>
|
|
|
|
|
<section class="content">
|
|
|
|
|
<div id="terminal">
|
|
|
|
|
<noscript>This site requires Javascript.</noscript>
|
|
|
|
|
</div>
|
|
|
|
|
</section>
|
|
|
|
|
<script type="text/javascript">clite.init();</script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|