feat: initial commit
This commit is contained in:
commit
e214116e40
253 changed files with 17406 additions and 0 deletions
3
src/includes/media/progress-bar.liquid
Normal file
3
src/includes/media/progress-bar.liquid
Normal file
|
@ -0,0 +1,3 @@
|
|||
{%- if percentage -%}
|
||||
<progress value="{{ percentage }}" max="100">{{ percentage }}%</progress>
|
||||
{%- endif -%}
|
Loading…
Add table
Add a link
Reference in a new issue