diff options
| -rw-r--r-- | index.php | 2 | ||||
| -rw-r--r-- | static/img/counter/0.png | bin | 37146 -> 17389 bytes | |||
| -rw-r--r-- | static/img/counter/1.png | bin | 32791 -> 28129 bytes | |||
| -rw-r--r-- | static/img/counter/2.png | bin | 37615 -> 31604 bytes | |||
| -rw-r--r-- | static/img/counter/3.png | bin | 22557 -> 32504 bytes | |||
| -rw-r--r-- | static/img/counter/4.png | bin | 35197 -> 26070 bytes | |||
| -rw-r--r-- | static/img/counter/5.png | bin | 20349 -> 35237 bytes | |||
| -rw-r--r-- | static/img/counter/6.png | bin | 32075 -> 27203 bytes | |||
| -rw-r--r-- | static/img/counter/7.png | bin | 22028 -> 29648 bytes | |||
| -rw-r--r-- | static/img/counter/8.png | bin | 34637 -> 28287 bytes | |||
| -rw-r--r-- | static/img/counter/9.png | bin | 142919 -> 33584 bytes | |||
| -rw-r--r-- | static/style.css | 6 |
12 files changed, 7 insertions, 1 deletions
@@ -55,7 +55,7 @@ authorize_user(); $count = $results->fetch()[0]; foreach (str_split($count) as $c) { - echo "<img src=\"/static/img/counter/$c.png\" alt=\"\" />"; + echo "<img src=\"/static/img/counter/$c.png\" alt=\"$c\" />"; } ?> </div> diff --git a/static/img/counter/0.png b/static/img/counter/0.png Binary files differindex 929946c..18677df 100644 --- a/static/img/counter/0.png +++ b/static/img/counter/0.png diff --git a/static/img/counter/1.png b/static/img/counter/1.png Binary files differindex f1c151d..80320ef 100644 --- a/static/img/counter/1.png +++ b/static/img/counter/1.png diff --git a/static/img/counter/2.png b/static/img/counter/2.png Binary files differindex 7a5a2af..4b183ce 100644 --- a/static/img/counter/2.png +++ b/static/img/counter/2.png diff --git a/static/img/counter/3.png b/static/img/counter/3.png Binary files differindex c7c7598..6d30945 100644 --- a/static/img/counter/3.png +++ b/static/img/counter/3.png diff --git a/static/img/counter/4.png b/static/img/counter/4.png Binary files differindex cd5b8b9..808d679 100644 --- a/static/img/counter/4.png +++ b/static/img/counter/4.png diff --git a/static/img/counter/5.png b/static/img/counter/5.png Binary files differindex 3455958..99ee0b5 100644 --- a/static/img/counter/5.png +++ b/static/img/counter/5.png diff --git a/static/img/counter/6.png b/static/img/counter/6.png Binary files differindex c7f795d..5e12e8e 100644 --- a/static/img/counter/6.png +++ b/static/img/counter/6.png diff --git a/static/img/counter/7.png b/static/img/counter/7.png Binary files differindex 925bb68..ab13fa4 100644 --- a/static/img/counter/7.png +++ b/static/img/counter/7.png diff --git a/static/img/counter/8.png b/static/img/counter/8.png Binary files differindex 7cb611e..7437343 100644 --- a/static/img/counter/8.png +++ b/static/img/counter/8.png diff --git a/static/img/counter/9.png b/static/img/counter/9.png Binary files differindex f8ff704..41bcfaa 100644 --- a/static/img/counter/9.png +++ b/static/img/counter/9.png diff --git a/static/style.css b/static/style.css index 9aa1ca9..08ec9ef 100644 --- a/static/style.css +++ b/static/style.css @@ -147,6 +147,12 @@ textarea { COUNTER ------------ */ + +.counter { + font-size: 48px; + font-weight: bold; +} + .counter img:not(:first-child) { margin-left: 32px; } |
