-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathindex.html
26 lines (24 loc) · 934 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!doctype>
<html>
<head>
<title>Cardano HDWallet</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.5/paper/bootstrap.css" rel="stylesheet" type="text/css">
<script src="node_modules/react/dist/react.js"></script>
<script src="node_modules/react-dom/dist/react-dom.js"></script>
<script type="text/javascript">
function require(name) {
if (name === 'react') {
return window.React;
} else if (name === 'react-dom') {
return window.ReactDOM;
}
}
</script>
</head>
<body></body>
<script src="../dist/index.js"></script>
<script src="output/index.js"></script>
</html>