Files
2025-09-07 13:23:00 -03:00

16 lines
229 B
HTML

---
url:
type: 'string'
hash:
type: 'string'
integrity:
type: 'string'
---
<link
href="{{ url }}?{{ hash }}"
integrity="sha256-{{ integrity }}"
rel="stylesheet"
data-turbo-track="reload"
crossorigin="anonymous"
>