Skip to content

Instantly share code, notes, and snippets.

View kim-codes's full-sized avatar
🦸‍♀️
super kim

Kim kim-codes

🦸‍♀️
super kim
View GitHub Profile
'use babel';
import NewPackageView from './new-package-view';
import { CompositeDisposable } from 'atom';
export default {
newPackageView: null,
modalPanel: null,
subscriptions: null,
<html>
<head>
<title>My First Site!</title>
</head>
<body>
<p>I created my first web page using GitHub Pages! </p>
</body>
</html>