wavelovers/public/donate.html
Eugene Serb 25b08c1eac - deleted from index template <h1> and replaced in views.
- deleted from index non static meta that need to change to meta in routes.
- deleted html content in about, faq, donate, changed these to redirect as manual, custom, etc.
- added routes to query-router.
- added FaqView.
- added AboutView.
- added DonateView.
- updated dependencies.
2022-08-12 14:37:35 +03:00

12 lines
275 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/?donate" />
</head>
<body>
</body>
</html>