40fef06503
* Renamed bridge-ui to ui, removed submodule * Re-added submodules. Pointing at 2.2.0 * Updated workspace name. * Removed package-lock.json. * Updated ui contracts to 2.3.0-rc0, installed node modules. * Added linting to ui * Integrated UI lint, test and build into CI. * Added readme for merging. * Consistent eslint module * Included plugins in dev dependencies. * Changed eslint version. * Add yarn.lock * Update deprecated node api. * Remove travis badge and config in ui * Update link to oracle in ui dependencies. * Remove duplicated gitter. * Remove unimplemented coverage and dependencies badges. * Update links in step 5 and 6 in UI * Cosmetic.
26 lines
1021 B
HTML
26 lines
1021 B
HTML
<!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" />
|
|
<meta property="og:description" content="%REACT_APP_DESCRIPTION%" />
|
|
<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>
|