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