mirror of https://github.com/rwf2/Rocket.git
15 lines
405 B
HTML
15 lines
405 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<meta name="viewport" content="width=device-width" />
|
||
|
<title>Hello Alt Methods</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<form action="/" method="post" accept-charset="utf-8">
|
||
|
<input type="hidden" name="_method" id="_method" value="put" />
|
||
|
<input type="submit" name="Submit" id="Submit" value="submit" />
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|