application-prototype
Version:
Application builder - prototype
16 lines (15 loc) • 361 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>test1</title>
<script src="../../../ApplicationPrototype.js"></script>
<script src="../../../ApplicationBuilder.js"></script>
<script src="index.js"></script>
</head>
<body>
<div class="">
This example shows how to initialize application prototype library.
</div>
</body>
</html>