-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmore.html
38 lines (36 loc) · 1.18 KB
/
more.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
<!doctype=html>
<head>
<title>WebIDE - About</title>
<meta charset="utf-8">
<meta name="description" content="WebIDE is a portable IDE written in html.">
<meta name="viewport" content="width=device-width">
<link href="https://unpkg.com/[email protected]/dist/css/micron.min.css" type="text/css" rel="stylesheet">
<script src="https://unpkg.com/[email protected]/dist/script/micron.min.js" type="text/javascript"></script>
<link rel="stylesheet" href="https://raw.githubusercontent.com/WebIDEorg/WebIDE-src/master/style.css">
</head>
<body>
<body>
<ul>
<li>
<center>
<img height="300" src="https://raw.githubusercontent.com/josephworks/WebIDE/master/WebIDElogo.png" micron-data="jelly">
</center>
<a href="/index.html"><li>Home</li></a>
<li>
<a href="/plain.html">Plain</a>
</li>
<li>
<a href="/vscode.html">VSCode</a>
</li>
<li>
<a href="/codenvy.html">Codenvy</a>
</li>
<li>
<a href="/about.html">About</a>
</li>
<li>
<a class="active" href="/more.html">More</a>
</li>
<li><hr></li>
</ul>
</body>