rich-id/terms-module

View on GitHub
src/Infrastructure/Resources/views/_load-picto.html.twig

Summary

Maintainability
Test Coverage
<script>
    let head = document.getElementsByTagName('HEAD')[0];
    let link = document.createElement('link');

    link.rel = 'stylesheet';
    link.href = 'https://cdn.rich-id.io/composants/fonts/style.css';

    head.appendChild(link);
</script>