ens-usernames/app/index.html

12 lines
432 B
HTML
Raw Normal View History

2018-05-13 04:31:01 +00:00
<html>
<head>
<title>Status.im Domain Registration</title>
2018-05-13 04:31:01 +00:00
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
</head>
<body class="container">
<div id="app">
</div>
2018-06-01 14:25:59 +00:00
<script src="js/index.js" type="text/javascript"></script>
2018-05-13 04:31:01 +00:00
</body>
</html>