|
| 1 | +<head> |
| 2 | + <meta charset="utf-8"> |
| 3 | + <title>Wireflow</title> |
| 4 | + <meta name="description" content="Real Time FlowChart Collaboration App"> |
| 5 | + <meta name="viewport" content="initial-scale=1, minimal-ui, maximum-scale=1, minimum-scale=1" /> |
| 6 | + |
| 7 | + <meta name="twitter:card" content="summary_large_image"> |
| 8 | + <meta name="twitter:creator" content="@vanila_io"> |
| 9 | + <meta name="twitter:title" content="Create beautiful flow charts"> |
| 10 | + <meta name="twitter:description" content="Wireflow is free online tool for creating beautiful wireframes & user flows. NO Photoshop skills required!"> |
| 11 | + <meta name="twitter:image" content="http://wireflow.co/seo-card.png"> |
| 12 | + |
| 13 | + <meta property="og:url" content="http://wireflow.co/" /> |
| 14 | + <meta property="og:title" content="Create beautiful flow charts" /> |
| 15 | + <meta property="og:description" content="Wireflow is free online tool for creating beautiful wireframes & user flows. NO Photoshop skills required!" /> |
| 16 | + <meta property="og:image" content="http://wireflow.co/seo-card.png" /> |
| 17 | + |
| 18 | + <link rel="icon" type="image/png" href="favicon.png" sizes="16x16 32x32 64x64"> |
| 19 | + <link rel="apple-touch-icon" sizes="120x120" href="apple-touch-icon-precomposed.png"> |
| 20 | + <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> |
| 21 | + <link href="//fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> |
| 22 | + |
| 23 | + <link href="https://fonts.googleapis.com/css?family=Josefin+Sans:300,300i,400,400i,600,600i,700,700i" rel="stylesheet"> |
| 24 | + <script> |
| 25 | + |
| 26 | + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
| 27 | + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
| 28 | + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
| 29 | + })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); |
| 30 | + |
| 31 | + ga('create', 'UA-1200538-36', 'auto'); |
| 32 | + ga('send', 'pageview'); |
| 33 | + |
| 34 | + </script> |
| 35 | + |
| 36 | + <script type="text/javascript"> |
| 37 | + var _mfq = _mfq || []; |
| 38 | + (function() { |
| 39 | + var mf = document.createElement("script"); |
| 40 | + mf.type = "text/javascript"; mf.async = true; |
| 41 | + mf.src = "//cdn.mouseflow.com/projects/c80233bf-6b2e-448b-862d-1c224213bef8.js"; |
| 42 | + document.getElementsByTagName("head")[0].appendChild(mf); |
| 43 | + })(); |
| 44 | + </script> |
| 45 | + |
| 46 | +</head> |
| 47 | + |
| 48 | +<body> |
| 49 | + <div id="react-root"></div> |
| 50 | +</body> |
0 commit comments