mirror of
https://github.com/rvtr/wiki.git
synced 2025-06-18 11:05:39 -04:00

Most of this is based on GlaZed_Belmont's guide, which we now have permission to copy over. Co-authored-by: Pk11 <pk11@outlook.jp>
3 lines
169 B
HTML
3 lines
169 B
HTML
<label for="file-input" class="form-label">{{ include.text }}</label>
|
|
<input id="file-input" class="form-control mb-2" type="file" onchange="shrinkBios(this.files[0])">
|