aboutsummaryrefslogtreecommitdiff
path: root/website/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'website/src/index.html')
-rw-r--r--website/src/index.html21
1 files changed, 0 insertions, 21 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>