aboutsummaryrefslogtreecommitdiff
path: root/website/src
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-10-17 20:37:52 +0100
committerGitHub <[email protected]>2019-10-17 20:37:52 +0100
commit65ab81e35868c09ac9c93cf1d53a607f5caede53 (patch)
tree666bb8c3c84c6c9de9afc169335b0c7a97b504a2 /website/src
parentb060d8446767c8071197bbd49e700867722b564e (diff)
parent9a7c8d4b0ff3b9a7d736bbda68e12a9f3867ec1b (diff)
Merge #2031
2031: scale website back r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'website/src')
-rw-r--r--website/src/index.html21
-rw-r--r--website/src/wasm-demo/index.html13
2 files changed, 0 insertions, 34 deletions
diff --git a/website/src/index.html b/website/src/index.html
deleted file mode 100644
index 6fe22227b..000000000
--- a/website/src/index.html
+++ /dev/null
@@ -1,21 +0,0 @@
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/">API Docs</a>
14 </li>
15 <li>
16 <a href="./wasm-demo/">WASM Demo</a>
17 </li>
18 </ul>
19</body>
20
21</html>
diff --git a/website/src/wasm-demo/index.html b/website/src/wasm-demo/index.html
deleted file mode 100644
index e81ccb0f7..000000000
--- a/website/src/wasm-demo/index.html
+++ /dev/null
@@ -1,13 +0,0 @@
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 TBD
11</body>
12
13</html>