mirror of
https://github.com/google/nomulus
synced 2026-02-02 19:12:27 +00:00
17 lines
456 B
HTML
17 lines
456 B
HTML
<app-selected-registrar-wrapper>
|
|
<h1 class="mat-headline-4">Billing Info</h1>
|
|
<div class="console-app__billing">
|
|
<div>
|
|
<div class="console-app__billing-subhead">
|
|
Billing records and information
|
|
</div>
|
|
<a class="text-l" href="{{ driveFolderUrl() }}" target="_blank"
|
|
>View on Google Drive</a
|
|
>
|
|
</div>
|
|
<div>
|
|
<img src="./assets/billing.png" />
|
|
</div>
|
|
</div>
|
|
</app-selected-registrar-wrapper>
|