1 <html xmlns=
"http://www.w3.org/1999/xhtml">
3 <title>Get Build Information
</title>
4 <script type=
"text/javascript" src=
"appinfo.js"></script>
7 <h1>Get Build Information
</h1>
8 <script type=
"text/javascript">
10 var appInfo
= new AppInfo();
12 document
.write(appInfo
.toSource());