Skip to content

Commit 0186980

Browse files
committed
cleaned index page
1 parent 34a9b77 commit 0186980

1 file changed

Lines changed: 7 additions & 14 deletions

File tree

index.html

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
h3 { font-size: 24px; margin: 5px 0; }
66
body { width: 680px; margin: 20px auto; font-family: arial; }
77
textarea { height: 80px; background: #def; padding: 5px; width: 680px; font-family: monospace; overflow: hidden; resize: none; }
8-
</style>
8+
</style>
99
<a href=//github.com/xem/miniCodeEditor><img style="position:absolute;top:0;right:0;border:0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
1010
<h1>MiniCodeEditor</h1>
1111
<h2>A HTML/CSS/JavaScript code editor in <span id=count-top></span>+ bytes</h2>
@@ -17,26 +17,19 @@ <h3>Source code:</h3>
1717
<textarea id=minified resize=none></textarea>
1818
<br>
1919
<br>
20-
<br>
21-
<h3>Features:</h3>
22-
<br>
23-
- Cross-browser (IE6+, Firefox, Chrome...)
24-
<br>
25-
- Embeddable
26-
<br>
27-
- Edit HTML, CSS and JS, the result is updated in real time
28-
<br>
29-
<br>
3020
<h3>Download:</h3>
3121
<br>
32-
- <a href=editor.html>Cross-browser</a> (<span id=count1></span> bytes)
33-
<br>
3422
- <a href=modern.html>Modern browsers</a> (<span id=count2></span> bytes)
3523
<br>
24+
- <a href=editor.html>Cross-browser</a> (<span id=count1></span> bytes)
25+
<br>
3626
<br>
3727
<h3>Live demo:</h3>
3828
<br>
39-
<iframe src=demo.html width=680 height=300></iframe>
29+
Edit HTML, CSS and JS, the result is updated in real time
30+
<br>
31+
<br>
32+
<iframe src=demo.html width=600 height=350></iframe>
4033

4134
<script src=//code.jquery.com/jquery-1.10.2.min.js></script>
4235
<script>

0 commit comments

Comments
 (0)