Skip to content

Instantly share code, notes, and snippets.

@nesterchung
Created April 6, 2012 08:08
Show Gist options
  • Save nesterchung/2318064 to your computer and use it in GitHub Desktop.
Save nesterchung/2318064 to your computer and use it in GitHub Desktop.
HTML: Prototype.js Template
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/style.css">
<title>Prototype.js Template</title>
</head>
<body>
<script src="http://ajax.googleapis.com/ajax/libs/prototype/1.7.0.0/prototype.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/scriptaculous.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment