mirror of
https://github.com/status-im/hackathon-registration-dapp.git
synced 2025-01-29 22:04:49 +00:00
12 lines
277 B
HTML
12 lines
277 B
HTML
<html>
|
|
<head>
|
|
<title>#criptolife@status.im</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="css/app.css">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="js/app.js"></script>
|
|
</body>
|
|
</html>
|