soiz commited on
Commit
ed73eac
·
verified ·
1 Parent(s): 785e69f

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -44,7 +44,7 @@
44
  <h1>画像のモザイク処理と3Dアニメーション</h1>
45
  <form id="uploadForm">
46
  <input type="file" id="imageInput" accept="image/*">
47
- <button type="button" onclick="processImage()">画像を処理</button>
48
  <button type="button" onclick="useExampleImage()">例の画像(Gの文字)を使用</button> <!-- 新しく追加したボタン -->
49
  </form>
50
  <div id="settings">
 
44
  <h1>画像のモザイク処理と3Dアニメーション</h1>
45
  <form id="uploadForm">
46
  <input type="file" id="imageInput" accept="image/*">
47
+ <button type="button" onclick="processImage()">画像を処理</button><br>
48
  <button type="button" onclick="useExampleImage()">例の画像(Gの文字)を使用</button> <!-- 新しく追加したボタン -->
49
  </form>
50
  <div id="settings">