Skip to content

Instantly share code, notes, and snippets.

@Rydgel
Created October 11, 2011 22:53
Show Gist options
  • Save Rydgel/1279722 to your computer and use it in GitHub Desktop.
Save Rydgel/1279722 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Projet</title>
<link href="style.css" rel="stylesheet">
<style>
body { margin:0;padding:0; }
</style>
</head>
<body>
<script>
$(function() {
$("body").append("<h1>Et hop !</h1>");
});
</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment