Spaces:
Running
Running
File size: 834 Bytes
287a0bc |
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 27 28 29 30 31 32 33 34 35 36 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Demo App</title>
<script type="module" src="app.ts"></script>
<link
rel="stylesheet"
href="https://unpkg.com/sakura.css/css/sakura.css"
type="text/css"
/>
</head>
<body>
<h3>Page intentionally left blank</h3>
<!-- <div>
<h3>List Collections</h3>
<div id="list-collections-result">Fetching data from server</div>
</div>
<div>
<h3>Collection Count</h3>
<div id="collection-count">Fetching data from server</div>
</div>
<div>
<h3>Collection Get</h3>
<div id="collection-get">Fetching data from server</div>
</div>
<div>
<h3>Collection Query</h3>
<div id="collection-query">Fetching data from server</div>
</div> -->
</body>
</html>
|