| 1 |
@page "/Query" |
| 2 |
<PageTitle>Query</PageTitle> |
| 3 |
<PageScript Src="./Components/Pages/Query.razor.js"/> |
| 4 |
|
| 5 |
<main> |
| 6 |
<textarea id="input" style="height:20vh" autofocus>personen.gezag:type=EenhoofdigOuderlijkGezag</textarea> |
| 7 |
<div id="results"> |
| 8 |
</div> |
| 9 |
<Log/> |
| 10 |
|
| 11 |
<fieldset class="docs"> |
| 12 |
<legend>Credits</legend> |
| 13 |
<div> |
| 14 |
<a href="https://dactal.org">DACTAL</a> by <a href="https://furia.com">glenn mcdonald</a> |
| 15 |
</div> |
| 16 |
<div> |
| 17 |
personen dataset from <a href="https://github.com/BRP-API/Haal-Centraal-BRP-bevragen">Haal-Centraal-BRP-bevragen |
| 18 |
mock-data</a> |
| 19 |
</div> |
| 20 |
</fieldset> |
| 21 |
</main> |