Skip to content

Instantly share code, notes, and snippets.

@kaikiat
Created September 7, 2019 16:59
Show Gist options
  • Save kaikiat/611d49a6366e0a365ad358e3b241687f to your computer and use it in GitHub Desktop.
Save kaikiat/611d49a6366e0a365ad358e3b241687f to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="https://img.icons8.com/material-rounded/24/000000/download-2.png">
<script src='script.js'></script>
<title>Instagram Image Downloader !</title>
</head>
<body>
<video autoplay muted loop id="myVideo">
<source src="background_vid.mp4" type="video/mp4">
</video>
<div class="searchBox">
<input class="searchInput" type="text" placeholder="Enter the url of the post">
<button class="searchButton" onclick="download_img()">
<i class="material-icons">file_download</i>
</button>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment