16 lines
508 B
HTML
16 lines
508 B
HTML
<!doctype html>
|
|
<html lang="en" dir="ltr">
|
|
<head>
|
|
<title>MultiSigWallet</title>
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
|
|
<style type="text/css">
|
|
.formSection{
|
|
margin-bottom: 5em;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body class="container">
|
|
<div id="app"></div>
|
|
<script src="js/dapp.js"></script>
|
|
</body>
|
|
</html> |