alpaca
Version:
Alpaca provides the easiest and fastest way to generate interactive forms for the web and mobile devices. It runs simply as HTML5 or more elaborately using Bootstrap, jQuery Mobile or jQuery UI. Alpaca uses Handlebars to process JSON schema and provide
22 lines (16 loc) • 489 B
HTML
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Memory Test</title>
<script data-main="main" src="thirdparty/require.js"></script>
<link rel="stylesheet" type="text/css" href="main.css"/>
</head>
<body>
<button id="toggle">Toggle</button>
<br/>
<div id="field1"></div>
</body>
</html>