diff options
Diffstat (limited to 'website/index.html')
| -rw-r--r-- | website/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/website/index.html b/website/index.html index 8e374d03a..841584733 100644 --- a/website/index.html +++ b/website/index.html @@ -14,13 +14,13 @@ <body> <main> <header> + <!-- Logo by hashrock --> <a href="https://github.com/denolib/animated-deno-logo/" ><img id="logo" src="deno_logo_2.gif" width="150" /></a> - <!-- Logo by hashrock --> <div> <h1>Deno</h1> - A new way to JavaScript + A browser-like command line runtime </div> </header> @@ -121,7 +121,7 @@ main();</code></pre> <b><a href="manual.html">Manual</a></b> </p> - <p><a href="https://deno.land/typedoc">API Reference</a></p> + <p><a href="https://deno.land/typedoc/">API Reference</a></p> <p><a href="style_guide.html">Style Guide</a></p> |
