2019-05-09 13:03:18 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
|
<meta name="theme-color" content="#000000">
|
|
|
|
<meta property="og:title" content="POA Bridge UI" />
|
2019-09-13 10:11:38 +03:00
|
|
|
<meta property="og:description" content="%REACT_APP_UI_DESCRIPTION%" />
|
2019-05-09 13:03:18 +03:00
|
|
|
<meta property="og:url" content="https://poanetwork.github.io/bridge-ui" />
|
|
|
|
<meta property="og:type" content="website" />
|
|
|
|
<meta property="og:image" content="/images/bridgeogimage.jpg">
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Nunito:300,400,700" rel="stylesheet">
|
|
|
|
<link rel="manifest" href="%PUBLIC_URL%/favicons/manifest.json">
|
|
|
|
<link rel="shortcut icon" href="%PUBLIC_URL%/favicons/favicon.ico">
|
|
|
|
<title>TokenBridge UI app</title>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<noscript>
|
|
|
|
You need to enable JavaScript to run this app.
|
|
|
|
</noscript>
|
|
|
|
<div id="root"></div>
|
|
|
|
</body>
|
|
|
|
</html>
|