Update keyboard nav redirect link (#4708)

This commit is contained in:
alschmiedt
2021-03-18 11:28:20 -07:00
committed by GitHub
parent 9a93ca486f
commit 7eb94bf5be

View File

@@ -1,10 +1,8 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<body> <head>
<body> <meta charset="utf-8"/>
<p>This demo is in the process of moving! When it is available, you will <title>Redirecting...</title>
be able to find it on our <a href="https://google.github.io/blockly-samples/">samples page</a> <meta http-equiv="refresh" content="0;URL='https://google.github.io/blockly-samples/plugins/keyboard-navigation/test/'"/>
by searching for keyboard navigation.</p> </head>
</body>
</body>
</html> </html>