mirror of
https://github.com/aljazceru/njump.git
synced 2025-12-18 14:54:24 +01:00
Fix minor html errors
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
toggle .hidden on <.client:not(:first-child) />
|
||||
toggle .top_client_sticky on <.clients_wrapper > :first-child />
|
||||
"
|
||||
color: #FFFFFF;
|
||||
>
|
||||
<div id="open" class="inline sm:hidden">
|
||||
<svg
|
||||
|
||||
@@ -123,7 +123,9 @@
|
||||
{{ if not (eq "" .Nevent) }}
|
||||
<div class="mb-6 leading-5">
|
||||
<div class="text-sm text-strongpink">Address Code</div>
|
||||
<span class="text-neutral-500 dark:text-neutral-300 text-[16px]">{.Nevent}}span>
|
||||
<span class="text-[16px] text-neutral-500 dark:text-neutral-300"
|
||||
>{{.Nevent}}</span
|
||||
>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
|
||||
@@ -219,14 +219,22 @@
|
||||
</p>
|
||||
|
||||
<h2 class="mt-7 text-2xl text-strongpink">Website widgets</h2>
|
||||
<p class="my-3 leading-5">
|
||||
You can embed notes, long form contents and profiles in a web page with a simple script:<br/>
|
||||
<span class="rounded bg-lavender px-1 dark:bg-garnet"><script src="https://{{ .Host }}/embed/<nip-19-entity>" /></span>
|
||||
<div class="sm:flex gap-8 mt-4">
|
||||
<div class="flex-auto mb-4 sm:mb-0"><script src="/embed/npub1sn0wdenkukak0d9dfczzeacvhkrgz92ak56egt7vdgzn8pv2wfqqhrjdv9"></script></div>
|
||||
<div class="flex-auto"><script src="/embed/naddr1qqxnzd3cxqmrzv3exgmr2wfeqy08wumn8ghj7mn0wd68yttsw43zuam9d3kx7unyv4ezumn9wshszyrhwden5te0dehhxarj9ekk7mf0qy88wumn8ghj7mn0wvhxcmmv9uq3zamnwvaz7tmwdaehgu3wwa5kuef0qy2hwumn8ghj7un9d3shjtnwdaehgu3wvfnj7q3qdergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsxpqqqp65wy2vhhv"></script></div>
|
||||
<div class="my-3 leading-5">
|
||||
You can embed notes, long form contents and profiles in a web page
|
||||
with a simple script:<br />
|
||||
<span class="rounded bg-lavender px-1 dark:bg-garnet"
|
||||
><script src="https://{{ .Host }}/embed/<nip-19-entity>"
|
||||
/></span
|
||||
>
|
||||
<div class="mt-4 gap-8 sm:flex">
|
||||
<div class="mb-4 flex-auto sm:mb-0">
|
||||
<script src="/embed/npub1sn0wdenkukak0d9dfczzeacvhkrgz92ak56egt7vdgzn8pv2wfqqhrjdv9"></script>
|
||||
</div>
|
||||
<div class="flex-auto">
|
||||
<script src="/embed/naddr1qqxnzd3cxqmrzv3exgmr2wfeqy08wumn8ghj7mn0wd68yttsw43zuam9d3kx7unyv4ezumn9wshszyrhwden5te0dehhxarj9ekk7mf0qy88wumn8ghj7mn0wvhxcmmv9uq3zamnwvaz7tmwdaehgu3wwa5kuef0qy2hwumn8ghj7un9d3shjtnwdaehgu3wvfnj7q3qdergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsxpqqqp65wy2vhhv"></script>
|
||||
</div>
|
||||
</div>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<h2 class="mt-7 text-2xl text-strongpink">Inspector tool</h2>
|
||||
<p class="my-3 leading-5">
|
||||
|
||||
Reference in New Issue
Block a user