mirror of
https://github.com/denoland/deno.git
synced 2025-01-03 12:58:54 -05:00
Use alt logos on benchmarks and manual page (#2211)
This commit is contained in:
parent
6c9e0530f5
commit
78bce41c14
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
<div class="spinner"></div>`
|
<div class="spinner"></div>`
|
||||||
</div>
|
</div>
|
||||||
<main>
|
<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>
|
<h1>Deno Continuous Benchmarks</h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<main>
|
<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>
|
<div id="manual"></div>
|
||||||
|
|
||||||
<script src="https://unpkg.com/showdown@1.9.0/dist/showdown.js"></script>
|
<script src="https://unpkg.com/showdown@1.9.0/dist/showdown.js"></script>
|
||||||
|
|
Loading…
Reference in a new issue