Skip to content

Instantly share code, notes, and snippets.

@mpietro40
Created November 1, 2012 16:35
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 mpietro40/3994884 to your computer and use it in GitHub Desktop.
Save mpietro40/3994884 to your computer and use it in GitHub Desktop.
sito test maffi
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<title>primo sito d test con ipad</title>
$styles
</head>
<body>
<h1>$title</h1>
<p>
<input type="text" id="txt" value="Hello, $title!" />
<input type="button" id="btn" value="hello" />
</p>
$scripts
</body>
</html>
$ ->
$('#btn').on 'click', ->
alert $('#txt').val()
body {
background: #029801;
color:441234;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment