Skip to content

Instantly share code, notes, and snippets.

@ugeugeHigh
Last active February 14, 2019 11:27
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/19f82fdcc2dcc4ac0d69c4d550f9a9fb to your computer and use it in GitHub Desktop.
Save ugeugeHigh/19f82fdcc2dcc4ac0d69c4d550f9a9fb to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scal=1">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<div id="wrap">
<h1>動画からgif画像に変換ツール</h1>
<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>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment