aboutsummaryrefslogtreecommitdiff
path: root/views/index.pug
blob: 813367e2172c3866a9255e12ce92194ea4ea8d4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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='')