mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-07-20 10:04:08 +00:00
Examples and anchors on website
This commit is contained in:
parent
ba2f6e08cd
commit
6d7fec5337
8 changed files with 159 additions and 20 deletions
|
@ -28,13 +28,13 @@ h1 {
|
|||
}
|
||||
|
||||
h2 {
|
||||
margin-top: 20px;
|
||||
margin-top: 30px;
|
||||
margin-bottom: 5px;
|
||||
font-size: 1.8em;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin-top: 20px;
|
||||
margin-top: 25px;
|
||||
margin-bottom: 5px;
|
||||
font-size: 1.3em;
|
||||
}
|
||||
|
|
BIN
server/static/img/badge-appstore.png
Normal file
BIN
server/static/img/badge-appstore.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.8 KiB |
BIN
server/static/img/badge-googleplay.png
Normal file
BIN
server/static/img/badge-googleplay.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
|
@ -338,6 +338,7 @@ if (match) {
|
|||
}
|
||||
}
|
||||
|
||||
// Add anchor links
|
||||
document.querySelectorAll('.anchor').forEach((el) => {
|
||||
if (el.hasAttribute('id')) {
|
||||
const id = el.getAttribute('id');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue