diff --git a/website/deno_logo.png b/website/deno_logo.png
new file mode 100644
index 0000000000..24f62512e9
Binary files /dev/null and b/website/deno_logo.png differ
diff --git a/website/index.html b/website/index.html
index 7cb2480dc4..fa641ad662 100644
--- a/website/index.html
+++ b/website/index.html
@@ -9,6 +9,8 @@
+
+
Deno
Deno is a program for executing JavaScript and TypeScript outside of the
@@ -20,6 +22,8 @@
API Reference
+
Deno standard modules
+
Install Deno into ~/.deno/bin
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
-Other Deno modules are served here.
-
Execution time
This shows how much time total it takes to run a few simple deno programs: