Initial commit
This commit is contained in:
12
src/app/explore-container/explore-container.component.html
Normal file
12
src/app/explore-container/explore-container.component.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user