diff options
author | hashrock <hashrock@users.noreply.github.com> | 2019-02-02 17:56:24 +0900 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-02-02 03:56:24 -0500 |
commit | 7ecd665ddf9e2a3d04dc5e65c57d05539ecf786d (patch) | |
tree | 5582c9dab99942576e648743eedc4a465d41d329 | |
parent | 3650bae5f6565cb6de2706512df145c86e8525cd (diff) |
Add an animated logo (#1653)
-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> |