-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
42 lines (42 loc) · 2.12 KB
/
index.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>bigrat.monster Merch Drop02</title>
<meta name="title" content="bigrat.monster Merch Drop02">
<meta name="description" content="The second drop of the bigrat.monster merchandise is here.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#4b4c51">
<meta name="author" content="bigrat.monster">
<meta http-equiv="refresh" content="2; url=https://www.bonfire.com/store/bigrat/">
<!--OG-->
<meta property="og:type" content="website">
<meta property="og:url" content="https://drop02.merch.bigrat.monster/">
<meta property="og:title" content="bigrat.monster Merch Drop02">
<meta property="og:description" content="The second drop of the bigrat.monster merchandise is here.">
<meta property="og:image" content="https://drop02.merch.bigrat.monster/media/stealth-metatag-promo.png">
<!--Twitter-->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://drop02.merch.bigrat.monster/">
<meta property="twitter:title" content="bigrat.monster Merch Drop02">
<meta property="twitter:description" content="The second drop of the bigrat.monster merchandise is here.">
<meta property="twitter:image" content="https://drop02.merch.bigrat.monster/media/stealth-metatag-promo.png">
<!-- The CSS -->
<link rel="stylesheet" type="text/css" href="/the.css">
<script type="text/javascript" src="index.js"></script>
</head>
<body>
<nav>
<div id="tagline">
<p>bigrat.monster Merch Drop02</p>
<p class="monotext">Ready your wallet.</p>
</div>
</nav>
<div id="content">
<div id="errormessage">
<h1>The merch site is not ready yet!</h1>
<p>You are being redirected to <a href="https://www.bonfire.com/store/bigrat/">the Bonfire merch store</a>…</p>
</div>
</div>
</body>
</html>