catjs
Version:
(Mobile) Web Automation Framework
32 lines (20 loc) • 534 B
HTML
<html>
<head>
<title>CAT Example</title>
<link rel="stylesheet" href="app.css" charset="utf-8">
<script type="text/javascript" src="lib/jquery.js"></script>
<script type="text/javascript" src="app.js"></script>
<!-- @[scrap
@@name catImport
@@import[
cat/lib/cat.js
]
]@
-->
</head>
<body>
<h1>CAT Example Application</h1>
<h3>CAT Example Application</h3>
<button id="testbtn">Test Me</button> <div id="description"></div>
</body>
</html>