Skip to content

Instantly share code, notes, and snippets.

@gregoire-bessagnet
Last active February 27, 2017 16:28
Show Gist options
  • Save gregoire-bessagnet/0d1da94d59d1dcbc222da4eaf7206b77 to your computer and use it in GitHub Desktop.
Save gregoire-bessagnet/0d1da94d59d1dcbc222da4eaf7206b77 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Au secours, on commence Javascript !</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1>Hello, world!</h1>
<script src="http://code.jquery.com/jquery.js"></script>
<img src="http://i.giphy.com/3o6ZsUtres0XB4oyMU.gif" width="800" height="600" >
</body>
</html>
function imlost.
body {
background-color: yellow;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment