mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 17:34:47 -05:00
Add an animated logo (#1653)
This commit is contained in:
parent
3650bae5f6
commit
7ecd665ddf
2 changed files with 2 additions and 1 deletions
BIN
website/deno_logo_2.gif
Normal file
BIN
website/deno_logo_2.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 138 KiB |
|
@ -10,7 +10,8 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<main>
|
<main>
|
||||||
<img src="deno_logo.png" width=150 />
|
<img src="deno_logo_2.gif" width=150 />
|
||||||
|
<!-- Logo animation by hashrock -->
|
||||||
|
|
||||||
<h1>Deno</h1>
|
<h1>Deno</h1>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue