29 lines
846 B
HTML
29 lines
846 B
HTML
<ion-content class="merms-signup-page">
|
|
<div class="container">
|
|
<ion-grid class="top-container">
|
|
<ion-row>
|
|
<ion-col size="2" class="navigation">
|
|
<ion-back-button text="" (click)="goBack()"></ion-back-button>
|
|
</ion-col>
|
|
<ion-col size="8" class="page-title">Signup</ion-col>
|
|
</ion-row>
|
|
</ion-grid>
|
|
|
|
|
|
|
|
<ion-card>
|
|
<img src="../../assets/imgs/merms-signup.jpg" />
|
|
<ion-card-header>
|
|
<ion-card-title>Visit</ion-card-title>
|
|
<ion-card-subtitle>https://provider.mermsemr.com</ion-card-subtitle>
|
|
|
|
</ion-card-header>
|
|
<ion-card-content>
|
|
Go to your account at https://provider.mermsemr.com and enable your app access with your needed permissions.
|
|
</ion-card-content>
|
|
</ion-card>
|
|
|
|
</div>
|
|
|
|
|
|
</ion-content> |