fabric-samples/client/html/mainMenu.html
2020-02-22 18:18:11 -05:00

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>