mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
9 lines
132 B
HTML
9 lines
132 B
HTML
<html>
|
|
<head>
|
|
</head>
|
|
<frameset cols = "25%, *">
|
|
<frame src ="project.html" />
|
|
<frame src ="editor.html" />
|
|
</frameset>
|
|
</html>
|