file_importC5.html 226 B

1234567891011
  1. <!DOCTYPE html>
  2. <html lang="en-US">
  3. <head>
  4. <link rel="import" href="file_importC6.html" onload="loaded()" onerror="failed()"></link>
  5. </head>
  6. <body>
  7. <script>
  8. order.push("C5");
  9. </script>
  10. </body>
  11. </html>