Skip to content

Instantly share code, notes, and snippets.

@mjm918
Created March 1, 2019 03:44
Show Gist options
  • Save mjm918/c20925ab8245233e20e85df59b98f732 to your computer and use it in GitHub Desktop.
Save mjm918/c20925ab8245233e20e85df59b98f732 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<form action="PATH_TO_vimigo.php" method="get">
<input type="text" name="date_from" value="2019-01-10">
<input type="text" name="date_to" value="2019-02-22">
<input type="text" name="auth" value="TOKEN">
<input type="submit" name="sales" value="SUBMIT">
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment