diff options
| author | Jad <[email protected]> | 2020-08-03 12:11:58 +0000 |
|---|---|---|
| committer | Jad <[email protected]> | 2020-08-03 12:11:58 +0000 |
| commit | cbbf373bd7b9f624ba00896aac59defeca1f4767 (patch) | |
| tree | b7cace667eeb08c5a781776df7131d74e7d5cc91 /views/index.pug | |
| download | counter-cbbf373bd7b9f624ba00896aac59defeca1f4767.tar.xz counter-cbbf373bd7b9f624ba00896aac59defeca1f4767.zip | |
Initial commit
Diffstat (limited to 'views/index.pug')
| -rw-r--r-- | views/index.pug | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/views/index.pug b/views/index.pug new file mode 100644 index 0000000..813367e --- /dev/null +++ b/views/index.pug @@ -0,0 +1,26 @@ +html + head + title='Kawaii Counter!' + meta(name='viewport', content='width=device-width, initial-scale=1') + link(rel='stylesheet',href='https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/light.min.css') + + body + h4 How to use: + + h5 SVG address + code. + https://count.getloli.com/get/@:name + + h5 Img tag + code. + <img src="https://count.getloli.com/get/@:name" alt=":name" /> + + h5 Markdown + code. + [:name](https://count.getloli.com/get/@:name) + + h4 eg: + <img src="https://count.getloli.com/get/@index" alt="Kawaii Count!" /> + + p.copy + a(href='')
\ No newline at end of file |