mirror of
https://github.com/google/nomulus
synced 2026-02-03 11:32:24 +00:00
17 lines
495 B
HTML
17 lines
495 B
HTML
<h1 class="mat-headline-4" forceFocus>Resources</h1>
|
|
<div class="console-app__resources">
|
|
<div>
|
|
<div class="console-app__resources-subhead">Technical resources</div>
|
|
<a
|
|
class="text-l"
|
|
href="{{ userDataService.userData()?.technicalDocsUrl }}"
|
|
target="_blank"
|
|
>View onboarding FAQs, TLD information, and technical documentation on
|
|
Google Drive</a
|
|
>
|
|
</div>
|
|
<div>
|
|
<img src="./assets/resources.png" alt="Generic resources image" />
|
|
</div>
|
|
</div>
|