diff options
author | Brandon Millman <brandon.millman@gmail.com> | 2018-07-27 17:59:35 +0800 |
---|---|---|
committer | Brandon Millman <brandon.millman@gmail.com> | 2018-07-30 15:48:39 +0800 |
commit | 5283dcce2ea5878ac45b9b297c0882f926feb344 (patch) | |
tree | 719cfb9417d2508822d346c288ef69567d6178f1 /packages/website/public/index.html | |
parent | 48e538f5c7dc208775ec71635e4d4866b5907228 (diff) | |
download | dexon-sol-tools-5283dcce2ea5878ac45b9b297c0882f926feb344.tar dexon-sol-tools-5283dcce2ea5878ac45b9b297c0882f926feb344.tar.gz dexon-sol-tools-5283dcce2ea5878ac45b9b297c0882f926feb344.tar.bz2 dexon-sol-tools-5283dcce2ea5878ac45b9b297c0882f926feb344.tar.lz dexon-sol-tools-5283dcce2ea5878ac45b9b297c0882f926feb344.tar.xz dexon-sol-tools-5283dcce2ea5878ac45b9b297c0882f926feb344.tar.zst dexon-sol-tools-5283dcce2ea5878ac45b9b297c0882f926feb344.zip |
Create MetaTags component
Diffstat (limited to 'packages/website/public/index.html')
-rw-r--r-- | packages/website/public/index.html | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/packages/website/public/index.html b/packages/website/public/index.html index a8a61f8ad..14b2c9d44 100644 --- a/packages/website/public/index.html +++ b/packages/website/public/index.html @@ -3,13 +3,7 @@ <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> + <meta name="viewport" content="width=device-width, initial-scale=1" /> <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"> |