Skip to content

Commit

Permalink
added missing redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrech committed Oct 4, 2019
1 parent 4e8c0cb commit b138ca4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Redirect to the CMSIS main page after 0 seconds</title>
<meta http-equiv="refresh" content="0; URL=html/index.html">
<meta name="keywords" content="automatic redirection">
</head>

<body>

If the automatic redirection is failing, click <a href="html/index.html">open CMSIS-Driver Validation Documentation</a>.

</body>
</html>

0 comments on commit b138ca4

Please sign in to comment.