mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
omg new tab
This commit is contained in:
@@ -7,17 +7,12 @@
|
||||
<div id="tabs">
|
||||
<ul class="clearfix">
|
||||
<li class="active"><a href="#">untitled</a></li>
|
||||
<li><a href="#">untitled 2</a></li>
|
||||
<li><a href="#">untitled 3</a></li>
|
||||
<li><a href="#">untitled 4</a></li>
|
||||
<li class="add"><a href="#"><span>+</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<iframe src="editor.html" width="100%" height="100%"></iframe>
|
||||
<iframe src="editor.html" width="100%" height="100%" style="display:none"></iframe>
|
||||
<iframe src="editor.html" width="100%" height="100%" style="display:none"></iframe>
|
||||
<iframe src="editor.html" width="100%" height="100%" style="display:none"></iframe>
|
||||
</div>
|
||||
|
||||
<script src="vendor/jquery.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user