mirror of
https://github.com/google/nomulus
synced 2026-05-28 10:40:44 +00:00
28 lines
961 B
HTML
28 lines
961 B
HTML
<mat-card>
|
|
<mat-card-content>
|
|
<div class="console-app__widget">
|
|
<div class="console-app__widget_left">
|
|
<mat-icon class="console-app__widget-icon">call</mat-icon>
|
|
<h1 class="console-app__widget-title">Contact Support</h1>
|
|
<h4 class="secondary-text text-center">
|
|
View Google Registry support email and phone information
|
|
</h4>
|
|
</div>
|
|
<div class="console-app__widget_right">
|
|
<button mat-button color="primary" class="console-app__widget-link">
|
|
Give us a Call
|
|
</button>
|
|
<p class="secondary-text">
|
|
Call Google Registry support at <b>+1 (404) 978 8419</b>
|
|
</p>
|
|
<button mat-button color="primary" class="console-app__widget-link">
|
|
Send us an Email
|
|
</button>
|
|
<p class="secondary-text">
|
|
Email Google Registry at <b>support@google.com</b>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</mat-card-content>
|
|
</mat-card>
|