-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·26 lines (24 loc) · 1.16 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>RustDT</title>
</head>
<body style="width:600px; margin: 30px auto; background-color: #FFFFFF;">
<div style="float: left; width: 160px; height: 300px;">
<img src="IDE-logo.png" alt"RustDT logo" />
</div>
<div>
<p>RustDT is an Eclipse IDE for the <a href="http://www.rust-lang.org/">Rust</a> programming language.</p>
<ul>
<li> <a href="https://github.com/RustDT/RustDT/blob/latest/documentation/Features.md#features"> Features </a> </li>
<li> <a href="https://github.com/RustDT/RustDT/blob/latest/documentation/Installation.md#installation"> Installation </a> </li>
<li> <a href="https://github.com/RustDT/RustDT/blob/latest/documentation/UserGuide.md#user-guide"> User Guide </a> (recommended read) </li>
<li> <a href="https://github.com/RustDT/RustDT"> Github </a>
<small>[<a href="https://github.com/RustDT/RustDT/releases/latest">Latest Release</a>]</small>
<small>[<a href="https://github.com/RustDT/RustDT/blob/master/CONTRIBUTING.md#reporting-issues">Reporting Issues</a>]</small>
</li>
</ul>
</div>
</body>
</html>