Skip to content

Instantly share code, notes, and snippets.

Created March 31, 2017 09:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/f0900854bffb4fa3b5d18e23c93e3666 to your computer and use it in GitHub Desktop.
Save anonymous/f0900854bffb4fa3b5d18e23c93e3666 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head><title>Weather Report Using api - hackerrahul.com</title>
</head>
<body>
<center>
<a href="http://blog.hackerrahul.com">HackerRahul's Blog</a>/<a href="http://hackerrahul.com">HackerRahul Portfolio</a>/
<a href="http://blog.hackerrahul.com/contact-us">Contact Me!</a>
<a href="https://www.youtube.com/channel/UCThD9sEw37dndHMyFCXPFVQ">/Subscribe Me on Youtube</a>
</center>
<center><br><br>
<form method="GET" action="get.php">
<h1>Type City and Country</h1>
<br><p>For Example Delhi,in</p>
<input type="text" name="q" required>
<input type="submit" name="submit">
</form>
</center>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment