Almost done with react adoptation

This commit is contained in:
boryslevytskyi
2017-05-16 23:42:10 +03:00
parent 85824b21fc
commit feec0429ff
6 changed files with 19 additions and 115 deletions

View File

@@ -15,7 +15,11 @@
<meta property="og:image" content="http://bitwisecmd.com/img/social-avatar.png" />
</head>
<body>
<div id="root">Ooops... Something went wrong ¯\_(ツ)_/¯</div>
<div id="root">
<p>Ooops... Something went wrong.</p>
<p>Either you have an old browser or I screwed something up ¯\_(ツ)_/¯</p>
<p>No worries! There is a still old version avaliable at <a href="http://bitwisecmd.com/old">http://bitwisecmd.com/old</a>.</p>
</div>
<script src="bundle.js"></script>
<script src="analytics.js"></script>