diff options
| author | lost+skunk <[email protected]> | 2024-07-05 11:08:32 +0300 |
|---|---|---|
| committer | lost+skunk <[email protected]> | 2024-07-05 11:08:32 +0300 |
| commit | 8b839f94063704782872cc11251975cfeae4584c (patch) | |
| tree | 327044de56afbeaf6356132e2594f5ca4100edf5 /html/list.htm | |
| parent | 68248094e89b6af134147668a9add429b9a6fa77 (diff) | |
| download | skunky-art-8b839f94063704782872cc11251975cfeae4584c.tar.gz skunky-art-8b839f94063704782872cc11251975cfeae4584c.tar.bz2 skunky-art-8b839f94063704782872cc11251975cfeae4584c.zip | |
временная реализация RSS
Diffstat (limited to 'html/list.htm')
| -rw-r--r-- | html/list.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/list.htm b/html/list.htm index 42bd2a5..23d48e5 100644 --- a/html/list.htm +++ b/html/list.htm @@ -6,7 +6,7 @@ </head> <main> <header> - <h1><a href="/">HOME</a> | <a href="/dd">DD</a></h1> + <h1><a href="/">HOME</a> | <a href="/dd">DD</a> | <a href="?atom=true">RSS</a></h1> <form method="get" action="/search"> <input type="text" name="q" placeholder="Search for ..." autocomplete="off" autocapitalize="none" spellcheck="false"> <select name="type"> |
