diff options
| author | Fuwn <[email protected]> | 2024-01-19 04:28:42 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-19 04:28:42 -0800 |
| commit | efa10cb0d087c12ffd3bdb62e6e2addf4a68f67e (patch) | |
| tree | 3f4937ba97cfea3ecab00a5bd3ce2a4cc93c578f /views/index.pug | |
| parent | feat(db): move db to folder (diff) | |
| download | counter-efa10cb0d087c12ffd3bdb62e6e2addf4a68f67e.tar.xz counter-efa10cb0d087c12ffd3bdb62e6e2addf4a68f67e.zip | |
feat(index): example links to example
Diffstat (limited to 'views/index.pug')
| -rw-r--r-- | views/index.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/index.pug b/views/index.pug index 0f935c2..b7bdf17 100644 --- a/views/index.pug +++ b/views/index.pug @@ -54,6 +54,6 @@ html br h2 Example - p(style='margin: 0;') <code>#{site}/get/@index?theme=urushi</code> + p(style='margin: 0;') <a href="#{site}/get/@index?theme=urushi"><code>#{site}/get/@index?theme=urushi</code></a> p <img src="#{site}/get/@index?theme=urushi" alt="Urushi Counter" /> |