Skip to content

Instantly share code, notes, and snippets.

@ysyun
Created July 1, 2017 01:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save ysyun/2cb55fb25c4cf1b4dda453301b2be7bf to your computer and use it in GitHub Desktop.
Save ysyun/2cb55fb25c4cf1b4dda453301b2be7bf to your computer and use it in GitHub Desktop.
High Order Observable-2
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>GistRun</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Hello world!</h1>
<script src="script.js"></script>
</body>
</html>
console.log('Hello World!');
/* todo: add styles */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment