Skip to content

Commit

Permalink
Create static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
scream-dev authored Nov 19, 2024
1 parent ce5fbdc commit 5da82d3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Перенаправление</title>
<script type="text/javascript">
// Перенаправление на новый домен с сохранением пути
var newDomain = "https://scream-dev.ru";
window.location.href = newDomain + window.location.pathname + window.location.search;
</script>
</head>
<body>
<p>Если вы не будете перенаправлены автоматически, <a href="https://scream-dev.ru">нажмите здесь</a>.</p>
</body>
</html>

0 comments on commit 5da82d3

Please sign in to comment.