poa-dapps-voting/public/index.html

20 lines
749 B
HTML
Raw Normal View History

2017-12-11 14:23:01 -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">
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
2017-12-19 07:24:29 -08:00
<link rel="shortcut icon" href="%PUBLIC_URL%/favicons/favicon.ico">
2018-07-16 14:49:43 -07:00
<link href="https://fonts.googleapis.com/css?family=Nunito:300,400,700" rel="stylesheet">
<title>POA Governance DApp</title>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyD97qDOBYZ2fH86Wq1vzhDOiSUsZGVqbVQ&libraries=places"></script>
2017-12-11 14:23:01 -08:00
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div>
</body>
</html>