tokenbridge/ui/public/index.html
2020-06-01 17:16:40 +03:00

25 lines
954 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="%REACT_APP_UI_OG_TITLE%" />
<meta property="og:description" content="%REACT_APP_UI_DESCRIPTION%" />
<meta property="og:url" content="%REACT_APP_UI_PUBLIC_URL%" />
<meta property="og:type" content="website" />
<meta property="og:image" content="%REACT_APP_UI_PUBLIC_URL%/images/ogimage-%REACT_APP_UI_STYLES%.png">
<link rel="manifest" href="/favicons/manifest.json">
<link rel="shortcut icon" href="/favicons/%REACT_APP_UI_STYLES%.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>