Skip to content

Instantly share code, notes, and snippets.

@earlwlkr
Created March 13, 2015 11:41
Show Gist options
  • Select an option

  • Save earlwlkr/294838205c45acf16297 to your computer and use it in GitHub Desktop.

Select an option

Save earlwlkr/294838205c45acf16297 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="vi">
<head>
<meta charset="utf-8">
<title>Xem thông tin website</title>
</head>
<body>
<form action="viewer.php" method="get">
<input type="url" style="width: 400px;" name="web_url" placeholder="Đường dẫn website" required />
<input type="submit" value="Gửi" />
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment