mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 20:48:03 +00:00
c3f57c19e8
* Move ui-identicon -> react-identicon * ui-identicon import fix * Update README package links * Update doc sidebar links * Adjust react-qr signatures, CHANGELOG
18 lines
372 B
HTML
18 lines
372 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css" />
|
|
<style>
|
|
#demo {
|
|
padding: 0.5em;
|
|
}
|
|
.padded {
|
|
margin: 0.5em !important;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="demo"></div>
|
|
<script src="./demo.js"></script>
|
|
</body>
|
|
</html>
|