-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit d8e2835
Showing
16 changed files
with
29,553 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
<!DOCTYPE html><!-- Last Published: Tue Mar 09 2021 18:29:07 GMT+0000 (Coordinated Universal Time) --> | ||
<html data-wf-page="60460e1d127dbdd5559d3109" data-wf-site="6044f29d6e9e1c5db1cfa96b"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Not Found</title> | ||
<meta content="Not Found" property="og:title"> | ||
<meta content="Not Found" property="twitter:title"> | ||
<meta content="width=device-width, initial-scale=1" name="viewport"> | ||
<link href="css/normalize.css" rel="stylesheet" type="text/css"> | ||
<link href="css/style.css" rel="stylesheet" type="text/css"> | ||
<link href="css/agave.css" rel="stylesheet" type="text/css"> | ||
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script> | ||
<script type="text/javascript"> | ||
WebFont.load({ | ||
google: { | ||
families: ["Poppins:regular,500,600,700", "Overpass:200,300,regular", "Baloo 2:regular,500,600,700"] | ||
} | ||
}); | ||
</script> | ||
<!-- [if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js" type="text/javascript"></script><![endif] --> | ||
<script type="text/javascript"> | ||
! function(o, c) { | ||
var n = c.documentElement, | ||
t = " w-mod-"; | ||
n.className += t + "js", ("ontouchstart" in o || o.DocumentTouch && c instanceof DocumentTouch) && (n.className += t + "touch") | ||
}(window, document); | ||
</script> | ||
<link href="images/favicon.svg" rel="shortcut icon" type="image/x-icon"> | ||
<link href="images/webclip.svg" rel="apple-touch-icon"> | ||
<link href="honeyswap.org/404" rel="canonical"><!-- Google Tag Manager --> | ||
<script> | ||
(function(w, d, s, l, i) { | ||
w[l] = w[l] || []; | ||
w[l].push({ | ||
'gtm.start': new Date().getTime(), | ||
event: 'gtm.js' | ||
}); | ||
var f = d.getElementsByTagName(s)[0], | ||
j = d.createElement(s), | ||
dl = l != 'dataLayer' ? '&l=' + l : ''; | ||
j.async = true; | ||
j.src = | ||
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; | ||
f.parentNode.insertBefore(j, f); | ||
})(window, document, 'script', 'dataLayer', 'GTM-NRPPBGM'); | ||
</script> | ||
<!-- End Google Tag Manager --> | ||
<!-- Global site tag (gtag.js) - Google Analytics --> | ||
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-HJGE6LYNWL"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag() { | ||
dataLayer.push(arguments); | ||
} | ||
gtag('js', new Date()); | ||
gtag('config', 'G-HJGE6LYNWL'); | ||
</script> | ||
<!-- End of gtag.js --> | ||
</head> | ||
<body> | ||
<div class="utility-page-wrap"> | ||
<div class="utility-page-content w-form"><img src="https://d3e54v103j8qbb.cloudfront.net/static/page-not-found.211a85e40c.svg" alt=""> | ||
<h2>Page Not Found</h2> | ||
<div>The page you are looking for doesn't exist or has been moved.</div> | ||
</div> | ||
</div> | ||
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=6044f29d6e9e1c5db1cfa96b" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script> | ||
<script src="js/underscore.js" type="text/javascript"></script> | ||
<!-- [if lte IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/placeholders/3.0.2/placeholders.min.js"></script><![endif] --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/clipboard.min.js"></script> | ||
<script> | ||
new ClipboardJS('.clipboard'); | ||
</script> | ||
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script> | ||
<script type="text/javascript"> | ||
google.charts.load("current", { | ||
packages: ["corechart"] | ||
}); | ||
google.charts.setOnLoadCallback(drawChart); | ||
function drawChart() { | ||
var data = google.visualization.arrayToDataTable([ | ||
['Share', 'Amount given'], | ||
['Treasury', 72], | ||
['HNY-AGVE LP', 10], | ||
['Comminuty', 8.4], | ||
['1hive Staking', 5], | ||
['Seeds', 4.6], | ||
]); | ||
var options = { | ||
legend: 'none', | ||
colors: ['#36CFA2', '#D75A08', '#007C6E', '#FFC01B', '#E68C21'], | ||
backgroundColor: 'transparent', | ||
is3D: true, | ||
}; | ||
var chart = new google.visualization.PieChart(document.getElementById('piechart_3d')); | ||
chart.draw(data, options); | ||
} | ||
</script> | ||
</body> | ||
</html> |
Oops, something went wrong.