Skip to content

Instantly share code, notes, and snippets.

@ugeugeHigh
Created February 12, 2019 13:02
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 ugeugeHigh/ccb45adeba9908f4c18b1fa89f1033af to your computer and use it in GitHub Desktop.
Save ugeugeHigh/ccb45adeba9908f4c18b1fa89f1033af to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<form action="gifmaker.php" method="post" enctype="multipart/form-data">
<dl>
<dt>動画・写真</dt>
<dd>
<input name="gif" type="file" id="gif" size="50" />
</dd>
<dd>
<input type="submit" value="変換開始" />
</dd>
</dl>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment