mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
Added website icon link (#1792)
This commit is contained in:
parent
4dc4329e27
commit
a8ebb8f05a
4 changed files with 7 additions and 3 deletions
|
@ -3,6 +3,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Deno Benchmarks</title>
|
||||
<link rel="shortcut icon" href="/deno_logo_2.gif">
|
||||
<link rel="stylesheet" href="https://unpkg.com/c3@0.6.7/c3.min.css" />
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Deno</title>
|
||||
<link rel="shortcut icon" href="/deno_logo_2.gif">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.14.2/build/styles/default.min.css">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.14.2/build/styles/github-gist.min.css">
|
||||
<script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.14.2/build/highlight.min.js"></script>
|
||||
|
@ -142,7 +143,7 @@ main();</code></pre>
|
|||
</p>
|
||||
|
||||
<script>
|
||||
// Disable automatic language detection
|
||||
// Disable automatic language detection
|
||||
hljs.configure({
|
||||
languages: [],
|
||||
});
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Deno Manual</title>
|
||||
<link rel="shortcut icon" href="/deno_logo_2.gif">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.14.2/build/styles/default.min.css">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.14.2/build/styles/github-gist.min.css">
|
||||
<script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.14.2/build/highlight.min.js"></script>
|
||||
|
@ -37,7 +38,7 @@
|
|||
window.scrollTo({ top: el.offsetTop });
|
||||
}
|
||||
|
||||
// Disable automatic language detection
|
||||
// Disable automatic language detection
|
||||
hljs.configure({
|
||||
languages: [],
|
||||
});
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Deno Style Guide</title>
|
||||
<link rel="shortcut icon" href="/deno_logo_2.gif">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.14.2/build/styles/default.min.css">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.14.2/build/styles/github-gist.min.css">
|
||||
<script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.14.2/build/highlight.min.js"></script>
|
||||
|
@ -37,7 +38,7 @@
|
|||
window.scrollTo({ top: el.offsetTop });
|
||||
}
|
||||
|
||||
// Disable automatic language detection
|
||||
// Disable automatic language detection
|
||||
hljs.configure({
|
||||
languages: [],
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue