Remove all image assets, HTML files, stylesheets, scripts, and documentation from the project.
This commit is contained in:
8
public/assets/grid-pattern.svg
Normal file
8
public/assets/grid-pattern.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse">
|
||||
<path d="M 20 0 L 0 0 0 20" fill="none" stroke="#c0c0c0" stroke-width="0.5" opacity="0.2"/>
|
||||
</pattern>
|
||||
</defs>
|
||||
<rect width="100" height="100" fill="url(#grid)" />
|
||||
</svg>
|
After Width: | Height: | Size: 336 B |
Reference in New Issue
Block a user