-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgofundme.html
51 lines (51 loc) · 2.63 KB
/
gofundme.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Toasted Robotics</title>
<meta property="og:site_name" content="Toasted Robotics">
<meta property="og:url" content="https://toastedrobotics.github.io/gofundme.html">
<meta property="og:title" content="Toasted Robotics | GoFundMe">
<meta property="og:description" content="Toasted Robotics GoFundMe redirect">
<meta property="og:type" content="website">
<meta name="og:image" itemprop="image" content="https://cdn.discordapp.com/attachments/704131461904859227/722229352317583400/toasted_logo_curved.png">
<meta http-equiv="refresh" content="0;URL='https://gf.me/u/yacuqs'" />
<link href="../static/portable.css" media="screen and (max-aspect-ratio: 5/6)" rel="stylesheet">
<link href="../static/desktop.css" media="screen and (min-aspect-ratio: 5/6)" rel="stylesheet">
<link rel="shortcut icon" href="../static/images/favicon.ico">
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<script>
$(function(){
$(".navbar").load("../navbar.html");
$(".foot").load("../footer.html");
});
</script>
<script src="../static/loader.js"></script>
</head>
<body>
<div id="mask" style="z-index: 2;">
<div id="preload"></div>
</div>
<div class="wrapper" id="wrapper" style="grid-template-rows: 70px auto auto !important">
<div id="page-mask" class="hide" onclick="removeHide()"></div>
<div class="navbar" style="z-index: 1;"></div>
<div class="content" style="grid-template-rows: 1fr 1.6fr !important;">
<div id="backgroundpic3" style="background-image: url(https://images.gofundme.com/7jTC_h__zZFJIUaIk198wFDdw2Y=/720x405/https://d2g8igdw686xgo.cloudfront.net/49009212_1592784328326669_r.jpeg) !important;">
<div style="grid-column: 1; grid-row: 1; color:white; background-color: rgba(85, 85, 85, 0.322); font-family: 'Ubuntu';">
<div id="contact">
<h1>GoFundMe</h1>
</div>
</div>
<div style="grid-column: 2; grid-row: 1;background-color: rgba(85, 85, 85, 0.322); ">
</div>
</div>
<div id="cR1">
<h1 style="grid-column: 2/3;">If this page does not redirect you to our GoFundMe page please click <a href="https://gf.me/u/yacuqs">here</a>.</h1>
</div>
</div>
<div class="foot"></div>
</div>
</body>
</html>