- Added static manual-redirect cause this app has not SSR

This commit is contained in:
Eugene Serb 2022-08-08 14:00:20 +03:00
parent 8f5afdf9eb
commit 0b7b6e738b

11
public/manual.html Normal file
View File

@ -0,0 +1,11 @@
<!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/?manual" />
</head>
<body>
</body>
</html>