mirror of
https://github.com/eugene-serb/wavelovers.git
synced 2023-09-09 23:41:16 +03:00
4a0b8cd480
- rename old manual-file to custom, that need to use app through form. - added custom redirect file. - updated meta keywords. - updated sitemaps. - updated dependencies. - updated var names. - clean template in app-custom.
12 lines
275 B
HTML
12 lines
275 B
HTML
<!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/?custom" />
|
||
</head>
|
||
<body>
|
||
</body>
|
||
</html>
|
||
|