hackathon-registration-dapp/app/index.html

12 lines
282 B
HTML
Raw Normal View History

2018-10-03 12:45:56 +00:00
<html>
<head>
2018-10-06 18:50:15 +00:00
<title>#criptolife@status.im</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
2018-10-20 11:37:20 +00:00
<link rel="stylesheet" href="css/app.9.css">
2018-10-03 12:45:56 +00:00
</head>
<body>
2018-10-03 13:36:13 +00:00
<div id="app"></div>
2018-10-20 11:37:20 +00:00
<script src="js/dapp.9.js"></script>
2018-10-03 12:45:56 +00:00
</body>
</html>