Skip to content

Instantly share code, notes, and snippets.

@finom
Last active December 1, 2015 13:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save finom/2f102f14e3bec8164cbc to your computer and use it in GitHub Desktop.
Save finom/2f102f14e3bec8164cbc to your computer and use it in GitHub Desktop.
Matreshka.js: From simple to simple
<!DOCTYPE html>
<html>
<head>
<title>My first application on the base of Matreshka</title>
</head>
<body>
<input type="text" class="my-input">
<div class="my-output"></div>
<script src="http://cdn.jsdelivr.net/matreshka/latest/matreshka.min.js"></script>
<script src="js/app.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment