Files
court-pilot/src/app/explore-container/explore-container.component.html
T
2026-05-18 16:35:00 +00:00

13 lines
230 B
HTML

<div id="container">
<strong>{{ name }}</strong>
<p>
Explore
<a
target="_blank"
rel="noopener noreferrer"
href="https://ionicframework.com/docs/components"
>UI Components</a
>
</p>
</div>