| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="utf-8"> |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| <meta name="viewport" content="width=device-width, initial-scale=1"> |
| <style> |
| { margin: 0; padding: 0; } |
| |
| html { |
| background: url('https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/image/mxnet-background-compressed.jpeg') no-repeat center center fixed; |
| -webkit-background-size: cover; |
| -moz-background-size: cover; |
| -o-background-size: cover; |
| background-size: cover; |
| } |
| |
| h1, p { |
| color: white; |
| font-family: verdana; |
| } |
| |
| a:link { |
| color: white; |
| } |
| |
| a:visited { |
| color: linen; |
| } |
| |
| a:hover { |
| color: powderblue; |
| } |
| |
| a:active { |
| color: aqua; |
| } |
| |
| </style> |
| </head> |
| <body> |
| <div> |
| <a href="/" id="logo" ><img width="200" src="https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/image/mxnet_logo.png"></a> |
| </div> |
| <div> |
| <span id="page-does-not-exist"></span><h1>API Not Available</h1> |
| <p>You selected an API that is not available for this version of MXNet. Try a more recent version of MXNet, or go the <a href="/versions/master">master branch</a>.</p> |
| </div> |
| </body> |
| </html> |