chromium/chrome/test/data/extensions/api_test/management/launch_app_tab/launch.html

<!--
Copyright 2011 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<html>
  <head>
    <title>App launch page</title>
  </head>

  <body>
     App launch page
  </body>
  <script src="launch.js"></script>
</html>