View index.html
<span class="ctp">Click to play</span> | |
<div id="allstar"> | |
<p> | |
안녕하세요<br> | |
I ain't the sharpest tool in the shed <br> | |
She was looking kind of dumb with her finger and her thumb <br> | |
In the shape of an "L" on her forehead <br> | |
</p> | |
<p> | |
Well the years start coming and they don't stop coming <br> |
View init.coffee
# Your init script | |
# | |
# Atom will evaluate this file each time a new window is opened. It is run | |
# after packages are loaded/activated and after the previous editor state | |
# has been restored. | |
# | |
# An example hack to log to the console when each text editor is saved. | |
# | |
# atom.workspace.observeTextEditors (editor) -> | |
# editor.onDidSave -> |