18 lines
548 B
HTML
18 lines
548 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" ng-app="cosign">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<title>cosign - Multisignature Wallet</title>
|
|
<meta name="description" content="">
|
|
<meta name="viewport" content="width=device-width">
|
|
|
|
<link rel="stylesheet" href="css/bootstrap.min.css">
|
|
<link rel="stylesheet" href="css/main.css">
|
|
</head>
|
|
<body>
|
|
<header>cosign</header>
|
|
<section id="container"></section>
|
|
<script src="js/main.js"></script>
|
|
</body>
|
|
</html>
|