examples: rename cape.png -> legacy_cape.png

This commit is contained in:
Haowei Wen 2020-08-31 08:01:21 +08:00
parent 8b7ae5d752
commit 038285e1d5
No known key found for this signature in database
GPG Key ID: 5BC167F73EA558E4
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 589 B

After

Width:  |  Height:  |  Size: 589 B

View File

@ -179,8 +179,8 @@
<label>Cape URL: <input id="cape_url" type="text" value="" placeholder="none" list="default_capes"></label>
<datalist id="default_capes">
<option value="">
<option value="img/cape.png">
<option value="img/mojang_cape.png">
<option value="img/legacy_cape.png">
<option value="img/hd_cape.png">
</datalist>
<input id="cape_url_upload" type="file" accept="image/*" style="display: none;">