index.html 508 B

1234567891011121314
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Redirect to the CMSIS main page after 0 seconds</title>
  5. <meta http-equiv="refresh" content="0; URL=General/html/index.html">
  6. <meta name="keywords" content="automatic redirection">
  7. </head>
  8. <body>
  9. If the automatic redirection is failing, click <a href="General/html/index.html">open CMSIS Documentation</a>.
  10. </body>
  11. </html>