Skip to content

Instantly share code, notes, and snippets.

@kellylougheed
Last active April 23, 2017 04:36
Show Gist options
  • Save kellylougheed/c1d8e3ee35f295490df3430f2dcb2ddb to your computer and use it in GitHub Desktop.
Save kellylougheed/c1d8e3ee35f295490df3430f2dcb2ddb to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Dictionary App</title>
<!-- Link to CSS goes below -->
</head>
<body>
<div id="form">
<!-- HTML for the translation form goes below -->
<h1>Dictionary Tutorial</h1>
</div>
<div id="translation">
<!-- HTML for the translation results goes below -->
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<!-- Link to JavaScript goes below -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment