diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-09-02 12:42:58 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2019-09-02 12:42:58 +0100 |
commit | ef75e461df30a6faf84a1858bf91b85fcdd9fea4 (patch) | |
tree | c49e1c5a1c0cf96a706521bc51b7d98de224ee02 /website/src/index.html | |
parent | fdb2874e3e15838d9015aa9eb5ce92dc8e66431f (diff) | |
parent | 798dc2ca8024c68b02c8e878603c0a4b00dc44e5 (diff) |
Merge #1747
1747: start GitHub pages r=matklad a=matklad
bors r+
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'website/src/index.html')
-rw-r--r-- | website/src/index.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/website/src/index.html b/website/src/index.html new file mode 100644 index 000000000..0b678b499 --- /dev/null +++ b/website/src/index.html | |||
@@ -0,0 +1,21 @@ | |||
1 | <!DOCTYPE HTML> | ||
2 | <html> | ||
3 | |||
4 | <head> | ||
5 | <meta charset="utf-8"> | ||
6 | <title>Hello World! Site Title</title> | ||
7 | </head> | ||
8 | |||
9 | <body> | ||
10 | <h1>rust-analyzer</h1> | ||
11 | <ul> | ||
12 | <li> | ||
13 | <a href="./api-docs/ra_ide_api/index.html">API Docs</a> | ||
14 | </li> | ||
15 | <li> | ||
16 | <a href="./wasm-demo/index.html">WASM Demo</a> | ||
17 | </li> | ||
18 | </ul> | ||
19 | </body> | ||
20 | |||
21 | </html> | ||