mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
22 lines
463 B
HTML
22 lines
463 B
HTML
<html>
|
|
<head>
|
|
<link href="css/tabs.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
|
|
<div id="tabs">
|
|
<ul class="clearfix">
|
|
<li class="active"><a href="#">untitled</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>
|
|
</div>
|
|
|
|
<script src="vendor/jquery.js"></script>
|
|
<script src="lib/tabs.js"></script>
|
|
</body>
|
|
</html>
|