mirror of
https://github.com/denoland/deno.git
synced 2025-01-03 04:48:52 -05:00
Add deno logo to website. (#1380)
This commit is contained in:
parent
419000d556
commit
79db3cede2
2 changed files with 4 additions and 2 deletions
BIN
website/deno_logo.png
Normal file
BIN
website/deno_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue