diff options
| author | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-14 19:34:59 +0300 |
|---|---|---|
| committer | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-14 19:34:59 +0300 |
| commit | 50ce8cb96b2b218751c2fc2a6b19372f51846acc (patch) | |
| tree | e2c634d2ce856062d527667d47815a05a53361c8 /priv/static | |
| parent | 0ab2e5ba2b0631b28b5b1405559237b3913c878f (diff) | |
feat: rewrite in rust
Diffstat (limited to 'priv/static')
| -rw-r--r-- | priv/static/favicon.ico | bin | 152 -> 0 bytes | |||
| -rw-r--r-- | priv/static/robots.txt | 5 |
2 files changed, 0 insertions, 5 deletions
diff --git a/priv/static/favicon.ico b/priv/static/favicon.ico Binary files differdeleted file mode 100644 index 7f372bf..0000000 --- a/priv/static/favicon.ico +++ /dev/null diff --git a/priv/static/robots.txt b/priv/static/robots.txt deleted file mode 100644 index 26e06b5..0000000 --- a/priv/static/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See https://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / |
