peerplays_migrated/programs/full_web_node/web/index.html
2015-08-14 15:28:24 -04:00

19 lines
591 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width"/>
<!--<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>-->
<title>Graphene UI</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<style>
body {background-color: #2a2a2a}
</style>
<link rel="stylesheet" href="app.css">
</head>
<body>
<main id="content"></main>
<script src="vendors.js" charset="utf-8"></script>
<script src="app.js" charset="utf-8"></script>
</body>
</html>