poa-dapps-keys-generation/public/index.html

18 lines
513 B
HTML
Raw Normal View History

2017-12-06 23:02:38 -08: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">
2017-12-09 12:45:40 -08:00
<link rel="manifest" href="%PUBLIC_URL%/favicons/manifest.json">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicons/favicon.ico">
2017-12-29 09:05:59 -08:00
<title>POA Network Ceremony DApp</title>
2017-12-06 23:02:38 -08:00
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div>
</body>
</html>