13 lines
230 B
HTML
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>
|