bclary%bclary.com 1afebde389 Land sisyphus, bug 383286, r=rcampbell
git-svn-id: svn://10.0.0.236/trunk@227870 18797224-902f-48f8-a5cc-f745e15eee43
2007-06-12 15:46:43 +00:00

17 lines
318 B
HTML
Executable File

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