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:
parent
6c9e0530f5
commit
78bce41c14
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue