Skip to content

Instantly share code, notes, and snippets.

@dlucian
Created July 13, 2013 13:53
Show Gist options
  • Save dlucian/5990792 to your computer and use it in GitHub Desktop.
Save dlucian/5990792 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>HTML5 Quicktest Form!</title>
<!--<link rel="stylesheet" href="css/main.css" type="text/css" />-->
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!--[if lte IE 7]>
<script src="js/IE8.js" type="text/javascript"></script><![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" media="all" href="css/ie6.css"/><![endif]-->
</head>
<body id="index" class="home">
<h1>Monitive Quicktest Form</h1>
<form name="quicktester" action="http://monitive.com/en/test" method="post">
Quick-test your website:&nbsp;&nbsp;
<input type="hidden" value="http" name="service_type">
<input type="text" placeholder="www.your-website.com" name="9hc84f6cd" required="required">
<input type="submit" value="Test" name="cmdSubmit">
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment