hackathon-registration-dapp/app/index.html

11 lines
189 B
HTML
Raw Normal View History

2018-10-03 12:45:56 +00:00
<html>
<head>
<title>Embark</title>
<link rel="stylesheet" href="css/app.css">
</head>
<body>
2018-10-03 13:36:13 +00:00
<div id="app"></div>
<script src="js/app.js"></script>
2018-10-03 12:45:56 +00:00
</body>
</html>