adding country flags, html meta stuff, web routes file, js components
This commit is contained in:
5
src/resources/views/components/flags/fr_FR.blade.php
Normal file
5
src/resources/views/components/flags/fr_FR.blade.php
Normal file
@ -0,0 +1,5 @@
|
||||
<symbol id="flag-fr_FR" viewBox="0 0 3 2" preserveAspectRatio="xMidYMid meet" x="0" y="0">
|
||||
<path fill="#ec1920" d="M0 0h3v2H0z"></path>
|
||||
<path fill="#fff" d="M0 0h2v2H0z"></path>
|
||||
<path fill="#051440" d="M0 0h1v2H0z"></path>
|
||||
</symbol>
|
Reference in New Issue
Block a user