diff options
author | fragosti <francesco.agosti93@gmail.com> | 2018-10-16 05:11:05 +0800 |
---|---|---|
committer | fragosti <francesco.agosti93@gmail.com> | 2018-10-16 05:11:05 +0800 |
commit | e7130af6a9756af303624c274116391c2244fe2e (patch) | |
tree | 00e34779131a462eee5e5e99b42b62450c143ea4 /packages/dev-tools-pages/public/index.html | |
parent | f39541436a5088e928660b61bde7cef5153bc7a1 (diff) | |
parent | 83a36aff3fa750560cf6dd6b08b84a5915ea4c5d (diff) | |
download | dexon-sol-tools-e7130af6a9756af303624c274116391c2244fe2e.tar dexon-sol-tools-e7130af6a9756af303624c274116391c2244fe2e.tar.gz dexon-sol-tools-e7130af6a9756af303624c274116391c2244fe2e.tar.bz2 dexon-sol-tools-e7130af6a9756af303624c274116391c2244fe2e.tar.lz dexon-sol-tools-e7130af6a9756af303624c274116391c2244fe2e.tar.xz dexon-sol-tools-e7130af6a9756af303624c274116391c2244fe2e.tar.zst dexon-sol-tools-e7130af6a9756af303624c274116391c2244fe2e.zip |
Merge branch 'development' of https://github.com/0xProject/0x-monorepo into feature/instant/move-features-over-from-zrx-buyer
Diffstat (limited to 'packages/dev-tools-pages/public/index.html')
-rw-r--r-- | packages/dev-tools-pages/public/index.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/packages/dev-tools-pages/public/index.html b/packages/dev-tools-pages/public/index.html new file mode 100644 index 000000000..f62d7b255 --- /dev/null +++ b/packages/dev-tools-pages/public/index.html @@ -0,0 +1,26 @@ +<!DOCTYPE html> +<html> + +<head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta name="description" content="" /> + <meta property="og:type" content="website" /> + <meta property="og:title" content="0x" /> + <meta property="og:description" content="" /> + <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/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;"> + <div id="app"></div> + <script type="text/javascript" crossorigin="anonymous" src="/bundle.js" charset="utf-8"></script> +</body> + +</html>
\ No newline at end of file |