Skip to content

Instantly share code, notes, and snippets.

@BekoBou
Last active October 14, 2023 13:20
Show Gist options
  • Save BekoBou/80f7bf9dea098f8ed4ef999342d923d4 to your computer and use it in GitHub Desktop.
Save BekoBou/80f7bf9dea098f8ed4ef999342d923d4 to your computer and use it in GitHub Desktop.
Redirect Page for Goblin King
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
http-equiv="refresh"
content="0; url=https://goblinparty.notion.site/Goblin-Party-a0d12f4a85824693bb3ab59329c36551"
/>
<title>Goblin King</title>
</head>
<body>
<h1 class="header-main">Goblin King</h1>
<p class="text">Сайт коллекции гоблинов из игры Magic: the Gathering.</p>
<p class="text">
В настоящий момент сайт находится в разработке.
<a
href="https://goblinparty.notion.site/Goblin-Party-a0d12f4a85824693bb3ab59329c36551"
>Временная версия</a
>
познакомит вас с коллекцией.
</p>
<style>
body {
font-family: Helvetica, Arial, sans-serif;
}
</style>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment