-
Notifications
You must be signed in to change notification settings - Fork 0
/
buymeacoffee.html
74 lines (66 loc) · 3.38 KB
/
buymeacoffee.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-81KCGWFGBT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-81KCGWFGBT');
</script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Dylan Ravel - Buy Me a Coffee"/>
<meta property="og:image" content="https://www.dylanravel.com/Assets/Images/meta-images/dylanravel-com.png" />
<meta property="og:description" content="A redirect to my Buy Me a Coffee profile."/>
<meta property="og:url" content="https://www.dylanravel.com/buymeacoffee"/>
<meta property='og:image:width' content='1200' />
<meta property='og:image:height' content='627' />
<meta property="og:type" content='website'/>
<!--TAKES YOU TO THE NEW PAGE-->
<meta http-equiv="Refresh" content="0; url='https://www.buymeacoffee.com/dylanravel'" />
<link rel="stylesheet" href="./styles.css">
<link rel="apple-touch-icon" sizes="180x180" href="./favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon/favicon-16x16.png">
<link rel="manifest" href="./favicon/site.webmanifest">
<link rel="mask-icon" href="./favicon/safari-pinned-tab.svg" color="#71beb2">
<link rel="shortcut icon" href="./favicon/favicon.ico">
<meta name="msapplication-TileColor" content="#00aba9">
<meta name="msapplication-config" content="./favicon/browserconfig.xml">
<meta name="theme-color" content="#71beb2">
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"></noscript>
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins&display=swap"></noscript>
<script async src="https://kit.fontawesome.com/5792883fb8.js" crossorigin="anonymous"></script>
<script src="./script.js"></script>
<title>Dylan Ravel - Buy Me a Coffee</title>
</head>
<body>
<div class="redirect-group" style="
display: flex;
flex-direction: column; /* Change the flex direction to column */
justify-content: center;
align-items: center;
height: 100vh;
text-align: center;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
gap: 10px;
z-index: 999;
margin: 30px;
">
<i class="fa-solid fa-spinner fa-spin loading-spinner" style="font-size: 70px;"></i>
<h1 class="redirect-title">Taking you to <a class="redirect-link" href="https://www.buymeacoffee.com/dylanravel" target="_self" style="text-decoration: underline; color: #222;">here</a>.</h1>
</div>
<div class="ocean">
<div class="wave"></div>
<div class="wave"></div>
</div>
</body>
</html>