mirror of
https://github.com/status-im/hackathon-registration-dapp.git
synced 2025-02-12 04:16:45 +00:00
11 lines
189 B
HTML
11 lines
189 B
HTML
<html>
|
|
<head>
|
|
<title>Embark</title>
|
|
<link rel="stylesheet" href="css/app.css">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="js/app.js"></script>
|
|
</body>
|
|
</html>
|