summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--website/deno_logo.pngbin0 -> 22719 bytes
-rw-r--r--website/index.html6
2 files changed, 4 insertions, 2 deletions
diff --git a/website/deno_logo.png b/website/deno_logo.png
new file mode 100644
index 000000000..24f62512e
--- /dev/null
+++ b/website/deno_logo.png
Binary files differ
diff --git a/website/index.html b/website/index.html
index 7cb2480dc..fa641ad66 100644
--- a/website/index.html
+++ b/website/index.html
@@ -9,6 +9,8 @@
</head>
<body>
<main>
+ <img src="deno_logo.png" width=150 />
+
<h1>Deno</h1>
<p>Deno is a program for executing JavaScript and TypeScript outside of the
@@ -20,6 +22,8 @@
<p> <a href="typedoc/index.html">API Reference</a>
+ <p><a href="https://github.com/denoland/deno_std">Deno standard modules</a>
+
<p>Install Deno into ~/.deno/bin
<pre>
curl -L https://deno.land/x/install/install.py | python
@@ -46,8 +50,6 @@ And if you ever want to upgrade to the latest published version:
file_server --reload
</pre>
-<a href="https://deno.land/x/">Other Deno modules are served here.</a>
-
<h2>Execution time</h2>
This shows how much time total it takes to run a few simple deno programs: