Skip to content

Instantly share code, notes, and snippets.

@gregoire-bessagnet
Created March 3, 2017 12:01
Show Gist options
  • Save gregoire-bessagnet/e219e5afaf84a874dc7198058d3dcf7c to your computer and use it in GitHub Desktop.
Save gregoire-bessagnet/e219e5afaf84a874dc7198058d3dcf7c 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="jpp.gif" width="800" height="600" >
</body>
</html>
body {
background-color: yellow;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment