124 lines
4.4 KiB
HTML
124 lines
4.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="description" content="An Open Protocol For Decentralized Exchange On The Ethereum Blockchain" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:title" content="0x" />
|
|
<meta property="og:description" content="An Open Protocol For Decentralized Exchange On The Ethereum Blockchain" />
|
|
<meta property="og:image" content="/images/og_image.png" />
|
|
<title>0x: The Protocol for Trading Tokens</title>
|
|
<link rel="icon" type="image/png" href="/images/favicon/favicon-2-32x32.png" sizes="32x32" />
|
|
<link rel="icon" type="image/png" href="/images/favicon/favicon-2-16x16.png" sizes="16x16" />
|
|
<link rel="stylesheet" href="/css/github-gist.css">
|
|
<link rel="stylesheet" href="/css/material-design-iconic-font.min.css">
|
|
<link rel="stylesheet" href="/css/roboto.css">
|
|
<link rel="stylesheet" href="/css/roboto_mono.css">
|
|
<link rel="stylesheet" href="/css/basscss_responsive_custom.css">
|
|
<link rel="stylesheet" href="/css/basscss_responsive_padding.css">
|
|
<link rel="stylesheet" href="/css/basscss_responsive_margin.css">
|
|
<link rel="stylesheet" href="/css/basscss_responsive_type_scale.css">
|
|
</head>
|
|
|
|
<body style="margin: 0px; min-width: 355px;">
|
|
<!-- Facebook SDK -->
|
|
<div id="fb-root"></div>
|
|
<script>
|
|
(function(d, s, id) {
|
|
var js,
|
|
fjs = d.getElementsByTagName(s)[0];
|
|
if (d.getElementById(id)) return;
|
|
js = d.createElement(s);
|
|
js.id = id;
|
|
js.src = '//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.8&appId=1687545238205192';
|
|
fjs.parentNode.insertBefore(js, fjs);
|
|
})(document, 'script', 'facebook-jssdk');
|
|
</script>
|
|
<div id="app"></div>
|
|
<!-- End Facebook SDK -->
|
|
<!-- Twitter SDK -->
|
|
<script>
|
|
window.twttr = (function(d, s, id) {
|
|
var js,
|
|
fjs = d.getElementsByTagName(s)[0],
|
|
t = window.twttr || {};
|
|
if (d.getElementById(id)) return t;
|
|
js = d.createElement(s);
|
|
js.id = id;
|
|
js.src = 'https://platform.twitter.com/widgets.js';
|
|
fjs.parentNode.insertBefore(js, fjs);
|
|
|
|
t._e = [];
|
|
t.ready = function(f) {
|
|
t._e.push(f);
|
|
};
|
|
return t;
|
|
})(document, 'script', 'twitter-wjs');
|
|
</script>
|
|
<!-- End Twitter SDK -->
|
|
<!-- Segment.io -->
|
|
<script>
|
|
!(function() {
|
|
var analytics = (window.analytics = window.analytics || []);
|
|
if (!analytics.initialize)
|
|
if (analytics.invoked) window.console && console.error && console.error('Segment snippet included twice.');
|
|
else {
|
|
analytics.invoked = !0;
|
|
analytics.methods = [
|
|
'trackSubmit',
|
|
'trackClick',
|
|
'trackLink',
|
|
'trackForm',
|
|
'pageview',
|
|
'identify',
|
|
'reset',
|
|
'group',
|
|
'track',
|
|
'ready',
|
|
'alias',
|
|
'debug',
|
|
'page',
|
|
'once',
|
|
'off',
|
|
'on',
|
|
];
|
|
analytics.factory = function(t) {
|
|
return function() {
|
|
var e = Array.prototype.slice.call(arguments);
|
|
e.unshift(t);
|
|
analytics.push(e);
|
|
return analytics;
|
|
};
|
|
};
|
|
for (var t = 0; t < analytics.methods.length; t++) {
|
|
var e = analytics.methods[t];
|
|
analytics[e] = analytics.factory(e);
|
|
}
|
|
analytics.load = function(t) {
|
|
var e = document.createElement('script');
|
|
e.type = 'text/javascript';
|
|
e.async = !0;
|
|
e.src =
|
|
('https:' === document.location.protocol ? 'https://' : 'http://') +
|
|
'cdn.segment.com/analytics.js/v1/' +
|
|
t +
|
|
'/analytics.min.js';
|
|
var n = document.getElementsByTagName('script')[0];
|
|
n.parentNode.insertBefore(e, n);
|
|
};
|
|
analytics.SNIPPET_VERSION = '4.0.0';
|
|
analytics.load('T6jtT2F2iMrw9FDJ8exE9Uu1mLN5qd8n');
|
|
analytics.page();
|
|
}
|
|
})();
|
|
</script>
|
|
<!-- End Segment.io -->
|
|
|
|
<!-- Main -->
|
|
<script type="text/javascript" crossorigin="anonymous" src="/bundle.js" charset="utf-8"></script>
|
|
</body>
|
|
|
|
</html>
|