mirror of
https://github.com/ivabus/www
synced 2024-11-22 18:45:06 +03:00
This got dropped in the conversion to 'ugo.
This commit is contained in:
parent
eaef6c79e2
commit
3182a16d37
1 changed files with 8 additions and 0 deletions
|
@ -51,5 +51,13 @@
|
||||||
<meta property="og:image" content="https://tea.xyz/cover.png" />
|
<meta property="og:image" content="https://tea.xyz/cover.png" />
|
||||||
<meta property="og:image:alt" content="sh <(curl tea.xyz)" />
|
<meta property="og:image:alt" content="sh <(curl tea.xyz)" />
|
||||||
<meta name="facebook-domain-verification" content="0fsbdl7joh0gha23zbhtovtpn0z0cl" />
|
<meta name="facebook-domain-verification" content="0fsbdl7joh0gha23zbhtovtpn0z0cl" />
|
||||||
|
|
||||||
|
<script>
|
||||||
|
const q = window.location.search.match(/[\^\?&]store=[^&]*/)
|
||||||
|
if (q) {
|
||||||
|
localStorage.signup = q[0].split('=')[1]
|
||||||
|
window.location.replace(`${window.location.origin}${window.location.pathname}`)
|
||||||
|
}
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in a new issue