Skip to content

Instantly share code, notes, and snippets.

@futoase
Created November 26, 2012 17:22
Show Gist options
  • Select an option

  • Save futoase/4149488 to your computer and use it in GitHub Desktop.

Select an option

Save futoase/4149488 to your computer and use it in GitHub Desktop.
ghost-test.html
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title>Ghost.py test</title>
<link rel="stylesheet" type="text/css" href="./ghost-test.css"/>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="./ghost-test.js"></script>
</head>
<body>
<div class="title">
<h1 class="title-inner">Ghost.py test</h1>
</div>
<div>
<input type="text" name="smile" class="sunny" readonly="readonly"/>
<button id="fire">Fire!</button>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment