blob: 89f07bd4fcf1c7102d83f75c13c45e923a979f03 [file] [log] [blame]
<?php
header("Content-Disposition: attachment; filename=test.html");
header("Content-Type: text/html");
?>
<!DOCTYPE html>
<style>
body {
margin: 0px;
}
</style>
<form>
<input type="submit">
</form>