cefc-view-transactiondetails
Version:
CEFC-UI Component
27 lines (26 loc) • 782 B
HTML
<html lang="en" style="font-size: 100px;">
<head>
<meta charset="UTF-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta http-equiv="Cache-control" content="private">
<meta name="apple-mobile-web-app-capable">
<meta name="description">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="format-detection" content="telephone=no,email=no,adress=no">
<title>React UI Demo</title>
<style type="text/css">
ul, li, body {
padding: 0;
margin: 0;
}
body {
font-size: .14rem;
}
</style>
</head>
<body>
<div id="content"></div>
<script src="./static/bundle.js"></script>
</body>
</html>