26 lines
512 B
HTML
26 lines
512 B
HTML
<q-card>
|
|
<q-card-section>
|
|
<p>
|
|
Nostr Relay<br />
|
|
<small>
|
|
Created by,
|
|
<a
|
|
class="text-secondary"
|
|
target="_blank"
|
|
style="color: unset"
|
|
href="https://github.com/motorina0"
|
|
>motorina0</a
|
|
></small
|
|
>
|
|
</p>
|
|
<br />
|
|
<br />
|
|
<a
|
|
class="text-secondary"
|
|
target="_blank"
|
|
href="/docs#/nostrrelay"
|
|
class="text-white"
|
|
>Swagger REST API Documentation</a
|
|
>
|
|
</q-card-section>
|
|
</q-card>
|