Skip to content

Instantly share code, notes, and snippets.

@egibney
Last active November 25, 2019 17:43
Show Gist options
  • Save egibney/7339ea5b243a96a0485f15a986cfcb72 to your computer and use it in GitHub Desktop.
Save egibney/7339ea5b243a96a0485f15a986cfcb72 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<style>
#progress {
background-color: #000000;
height: 10px;
}
</style>
</head>
<body>
<img src="" id="dog_image" alt="">
<button type="button" name="button" onclick="previous()">previous</button>
<button type="button" name="button" onclick="next()">next</button>
<div id="progress">
</div>
</body>
<script src="data.js" charset="utf-8"></script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment