mirror of
https://github.com/google/nomulus
synced 2026-02-07 21:41:03 +00:00
* Replace less compiler with scss * Replace less with scss, add homepage widgets, add registrars selector and registrars page
14 lines
430 B
HTML
14 lines
430 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">computer</mat-icon>
|
|
<h1 class="console-app__widget-title">EPP Console</h1>
|
|
<h4 class="secondary-text text-center">
|
|
Test run and execute EPP commands using XML files.
|
|
</h4>
|
|
</div>
|
|
</div>
|
|
</mat-card-content>
|
|
</mat-card>
|