mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 18:15:10 +00:00
22 lines
No EOL
475 B
HTML
22 lines
No EOL
475 B
HTML
<html>
|
|
|
|
<head><title>Welcome to LimeCare</title></head>
|
|
|
|
<body>
|
|
|
|
<link href="fabric-samples/client/css/createNewBlockCSS.css" rel = "stylesheet">
|
|
|
|
<script src=""></script>
|
|
<script src=""></script>
|
|
|
|
<br>
|
|
|
|
<div class="buttons">
|
|
|
|
<button type="button" onclick="alert('BACKEND')">Create a New Block</button>
|
|
<button type="button" onclick="alert('BACKEND')">Search For a Block</button>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html> |