diff options
Diffstat (limited to 'views/index.pug')
| -rw-r--r-- | views/index.pug | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/views/index.pug b/views/index.pug index 075f25b..5e2c559 100644 --- a/views/index.pug +++ b/views/index.pug @@ -2,7 +2,8 @@ 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') + link(rel='icon', type='image/png', href='favicon.png') + link(rel='stylesheet', href='https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/light.min.css') body h3 How to use: @@ -34,7 +35,7 @@ html h3 Tool .tool code https://count.getloli.com/get/@ - input#name(type='text', placeholder=':name', style='display: inline-block;width: 80px;height: 1.4em;line-height: 1.4em;margin: 0 4px;vertical-align: middle;') + input#name(type='text', placeholder=':name', style='display: inline-block; width: 80px; height: 1.4em; line-height: 1.4em; margin: 0 4px; vertical-align: middle;') button#get(style='margin: 10px 0') Get img#result(style='display: block; width: 315px; height: 100px') |