Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,18 @@ <h4 class="mb-1">画像選択</h4>
<label for="fileInput" class="form-label mb-1 small text-muted">ファイル</label>
<input type="file" id="fileInput" class="form-control form-control-sm" accept="image/png,image/jpeg,image/webp,image/gif,image/svg+xml" aria-describedby="fileHelp">
<div id="fileHelp" class="form-text small">
未選択時は <code>Parrot.jpg</code> を使用します。
未選択時は
<a href="https://commons.wikimedia.org/wiki/File:Parrot.jpg"
target="_blank" rel="noopener" title="出典(Wikimedia Commons)">
<code>Parrot.jpg</code>
</a>
を使用します(
<a class="link-secondary"
href="https://creativecommons.org/licenses/by-sa/4.0/"
target="_blank" rel="noopener" title="CC BY-SA 4.0(ライセンス本文)">
CC BY-SA 4.0
</a>
)。
</div>
</div>
</fieldset>
Expand Down Expand Up @@ -161,5 +172,4 @@ <h3 id="preview-heading" class="section-title mb-0">再生・保存</h3>
</script>

</body>

</html>
</html>