-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (35 loc) · 1.73 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="Net IDE : .NET based platform for rapid development of IDE like applications" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Net IDE</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/netide">View on GitHub</a>
<h1 id="project_title">Net IDE</h1>
<h2 id="project_tagline">.NET based platform for rapid development of IDE like applications</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>
<a name="welcome-to-the-net-ide-website" class="anchor" href="#welcome-to-the-net-ide-website"><span class="octicon octicon-link"></span></a>Welcome to the Net IDE website</h3>
<p>Net IDE is a .NET based platform for rapid development of IDE like applications. The design of Net IDE is heavily based on the platform on which Visual Studio is based. In this sense, the Net IDE platform is similar to the <a href="http://msdn.microsoft.com/en-us/library/vstudio/bb685691.aspx">Visual Studio Isolated Shell</a>.</p>
<p>For more information and documentation, visit the <a href="https://github.com/netide/netide/wiki">Net IDE wiki</a>.</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>