-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdna.html
More file actions
28 lines (23 loc) · 1.65 KB
/
dna.html
File metadata and controls
28 lines (23 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<html data-destination="https://www.aniclover.com/event/yokai">
<head>
<title>Haunted Yokai Night @ Above DNA | Saturday, Nov 1 @ 7:30PM</title>
<meta property="og:url" content ="https://aniclover.com/dna"/>
<meta property="og:type" content="website"/>
<meta property="og:title" content="Haunted Yokai Night @ Above DNA | Saturday, Nov 1 @ 7:30PM"/>
<meta property="og:description" content="Anime songs, otaku EDM, & Vocaloid"/>
<meta property="og:image" content="https://images.squarespace-cdn.com/content/v1/67fdf124ff82de19c4b8d1a6/ea1e51b8-40a8-4e98-a3d4-d5787e5d3e76/Preliminary+DNA+Poster.jpg?format=2500w">
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:site" content="@aniclover"/>
<meta name="twitter:title" content="Haunted Yokai Night @ Above DNA | Saturday, Nov 1 @ 7:30PM"/>
<meta name="twitter:description" content="Anime songs, otaku EDM, & Vocaloid"/>
<meta name="twitter:image" content="https://images.squarespace-cdn.com/content/v1/67fdf124ff82de19c4b8d1a6/ea1e51b8-40a8-4e98-a3d4-d5787e5d3e76/Preliminary+DNA+Poster.jpg?format=2500w">
<noscript><meta id="redirect" http-equiv="refresh" content="0; url=https://www.aniclover.com/event/yokai"></noscript>
<script>
var destination = document.documentElement.getAttribute('data-destination');
let searchParams = new URLSearchParams(window.location.search)
let campaign = searchParams.get("utm_source") || 'event_redirect'
searchParams.set("utm_source", campaign)
window.location.href = destination + ('?'+searchParams.toString()) + (window.location.hash || '');
</script>
</head>
</html>