UNPKG

application-prototype

Version:
16 lines (15 loc) 361 B
<!DOCTYPE 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>