wavelovers/public/diagnostic.html
Eugene Serb d0cdbda70a - Added IGamepadButton interface.
- Modified IGamepad interface by buttons and axes.
- Modified IVibrator and Vibrator to use update function.
- Added AppDiagnostic component, view, route and redirect.
- Changed faq-link to gamepad-master to wavelovers-diagnostic.
2022-08-08 22:09:56 +03:00

12 lines
279 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en-us" dir="ltr" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Wavelovers Redirect</title>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="0; URL=https://wavelovers.ru/?diagnostic" />
</head>
<body>
</body>
</html>