-
Notifications
You must be signed in to change notification settings - Fork 3
/
codenvy.html
54 lines (48 loc) · 1.15 KB
/
codenvy.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
50
51
52
53
54
<!DOCTYPE html>
<html>
<head>
<title="WebIDE - Codenvy">
<link rel="stylesheet" href="https://raw.githubusercontent.com/WebIDEorg/WebIDE-src/master/style.css">
</head>
<body>
<ul>
<li>
<center>
<img height="100" src="https://raw.githubusercontent.com/josephworks/WebIDE/master/WebIDElogo.png">
</center>
<li>
<a href="/index.html">Home</a>
</li>
<li>
<a href="/plain.html">Plain</a>
</li>
<li>
<a href="/vscode.html">VSCode</a>
</li>
<li>
<a class="active" href="/codenvy.html">Codenvy</a>
</li>
<li>
<a href="/about.html">About</a>
</li>
<li>
<a href="/more.html">More</a>
</li>
</ul>
<div style="margin-left:25%;padding:1px 16px;height:660px;">
<header>
<center>
<h1>WebIDE - Codenvy</h1>
</center>
</header>
<div style="border:2px solid #666; border-radius:11px; padding:20px;">
<iframe width="100%" height="650" src="http://codenvy.io">
</div>
<footer>
<center>
<h3>Created by JosephWorks 2018</h3>
</center>
</footer>
</div>
</body>
</html>