forked from reps54321/def-hacks-overhaul
-
Notifications
You must be signed in to change notification settings - Fork 0
/
merch.html
28 lines (24 loc) · 764 Bytes
/
merch.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Redirecting to Def Hacks | Global 2.0 Store...</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-167936651-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-167936651-1');
</script>
</head>
<body>
<p>
Redirecting you to Def Hacks | Global 2.0 Store link...
</p>
<script>
window.open("https://buy.freshprints.com/collections/defhacks-merch-2020", "_self");
</script>
</body>
</html>