22 lines
417 B
Markdown
22 lines
417 B
Markdown
|
+++
|
||
|
title= "footer"
|
||
|
template ="footer.html"
|
||
|
sort_by = "slug"
|
||
|
+++
|
||
|
|
||
|
#### Get Started
|
||
|
|
||
|
<p>
|
||
|
Download the app for your device and login with the server adress:
|
||
|
<code class="link">
|
||
|
https://books.sondell.org/
|
||
|
</code>
|
||
|
<button class="url" _="on click
|
||
|
writeText(my previousElementSibling's innerText) into navigator's clipboard
|
||
|
put 'copied!' into me
|
||
|
wait 1s
|
||
|
put 'copy url' into me">
|
||
|
copy url
|
||
|
</button>
|
||
|
</p>
|