diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2024-02-19 19:48:17 +0000 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2024-02-19 19:48:17 +0000 |
| commit | 94abdf3d80f720f862391d3d49809d88960e34a1 (patch) | |
| tree | 96d7d6df3ea4268fffd7008fec629bd08f391bdc /public | |
| parent | b82f51ad58b86bd6d43dda0035ffa059dbb6ac55 (diff) | |
Use 64x64 animation
Diffstat (limited to 'public')
| -rwxr-xr-x | public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index 264e09f..cfa2163 100755 --- a/public/index.html +++ b/public/index.html @@ -23,7 +23,7 @@ <body> <header> <h1> - <canvas width=100 height=100></canvas> + <canvas width=64 height=64></canvas> <a href="/">Monitorcito</a> </h1> </header> |