diff options
| -rw-r--r-- | website/deno_logo_2.gif | bin | 0 -> 141337 bytes | |||
| -rw-r--r-- | website/index.html | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/website/deno_logo_2.gif b/website/deno_logo_2.gif Binary files differnew file mode 100644 index 000000000..5b5a33a67 --- /dev/null +++ b/website/deno_logo_2.gif diff --git a/website/index.html b/website/index.html index 92584ac60..8599c39a8 100644 --- a/website/index.html +++ b/website/index.html @@ -10,7 +10,8 @@ </head> <body> <main> - <img src="deno_logo.png" width=150 /> + <img src="deno_logo_2.gif" width=150 /> + <!-- Logo animation by hashrock --> <h1>Deno</h1> |
