You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
335 B
Plaintext
10 lines
335 B
Plaintext
<html lang="en">
|
|
<div id="{{{id}}}" class="media d-inline-flex mx-2 file-card">
|
|
<img class="align-self-center mr-3 py-2 thumbnail32" src="{{{imagePath}}}" alt="File icon">
|
|
<div id="{{{id}}}-title" class="media-body align-self-center">
|
|
<div class="spinner-border" role="status">
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</html> |