Skip to content

Instantly share code, notes, and snippets.

@scrooloose
Created June 28, 2010 08:19
Show Gist options
  • Save scrooloose/455579 to your computer and use it in GitHub Desktop.
Save scrooloose/455579 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head></head>
<body>
<!--add a couple of gists to the page-->
<script src="http://gist.github.com/454771.js?file=line_number_hacker.js"></script>
<script src="http://gist.github.com/450963.js?file=startshell_mapping.vim"></script>
<!--include jquery-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<!--include the line number hackz0r script-->
<script src="http://gist.github.com/raw/454771/gist-line-number-hack.js"></script>
<!--add line numbers to one of the gists-->
<script type="text/javascript">
addLineNumbersToGist(454771);
//or, add line nums to all gists with this:
//addLineNumbersToAllGists()
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment