1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00

Use alt logos on benchmarks and manual page (#2211)

This commit is contained in:
Ryan Dahl 2019-04-27 10:48:15 -07:00 committed by GitHub
parent 6c9e0530f5
commit 78bce41c14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@
<div class="spinner"></div>`
</div>
<main>
<a href="/"><img src="images/deno_logo_3.svg" width=200></a>
<a href="/"><img src="images/deno_logo_4.gif" width=200></a>
<h1>Deno Continuous Benchmarks</h1>
<p>

View file

@ -13,7 +13,7 @@
</head>
<body>
<main>
<a href="/"><img src="images/deno_logo_3.svg" width=200></a>
<a href="/"><img src="images/deno_logo_2.gif" width=200></a>
<div id="manual"></div>
<script src="https://unpkg.com/showdown@1.9.0/dist/showdown.js"></script>