diff options
author | hashrock <hashrock@users.noreply.github.com> | 2019-07-28 04:04:42 +0900 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-07-27 19:04:42 +0000 |
commit | 877e5ed7844a1754080ddff9c095ed941072775f (patch) | |
tree | 74760d724702ad617d69a0d774fa36e6fbb48877 | |
parent | 729c4e9377c2112d51cefb6eb0c723cbaf2a1ff5 (diff) |
use animated-deno-logo in denolib (#2691)
-rw-r--r-- | website/images/deno_logo_2.gif | bin | 141337 -> 0 bytes | |||
-rw-r--r-- | website/manual.html | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/website/images/deno_logo_2.gif b/website/images/deno_logo_2.gif Binary files differdeleted file mode 100644 index 5b5a33a67..000000000 --- a/website/images/deno_logo_2.gif +++ /dev/null diff --git a/website/manual.html b/website/manual.html index 3caa2c083..bc5624bfa 100644 --- a/website/manual.html +++ b/website/manual.html @@ -14,7 +14,7 @@ </head> <body> <main> - <a href="/"><img src="images/deno_logo_2.gif" width=200></a> + <a href="/"><img src="https://denolib.github.io/animated-deno-logo/deno-circle-thunder.gif" width=200></a> <div id="manual"></div> <script src="https://unpkg.com/showdown@1.9.0/dist/showdown.js"></script> |