Update index.html
Browse files- 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">
|