mirror of
https://github.com/google/nomulus
synced 2026-02-03 11:32:24 +00:00
16 lines
382 B
HTML
16 lines
382 B
HTML
<h1 class="mat-headline-4">Resource</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 on Google Drive</a
|
|
>
|
|
</div>
|
|
<div>
|
|
<img src="./assets/resources.png" />
|
|
</div>
|
|
</div>
|