diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-10-01 20:08:31 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-10-01 20:08:31 -0400 |
| commit | e96f529b8555c923b95f9ab074d081004ad7dae6 (patch) | |
| tree | 052f17fd749b9678cf192cf7bbe3a24a1e3a3d08 /static | |
| download | chine-projet-e96f529b8555c923b95f9ab074d081004ad7dae6.tar.gz chine-projet-e96f529b8555c923b95f9ab074d081004ad7dae6.tar.bz2 chine-projet-e96f529b8555c923b95f9ab074d081004ad7dae6.zip | |
Inital commit
Diffstat (limited to 'static')
| -rw-r--r-- | static/README.md | 11 | ||||
| -rw-r--r-- | static/favicon.ico | bin | 0 -> 1393 bytes | |||
| -rw-r--r-- | static/v.png | bin | 0 -> 5674 bytes | |||
| -rw-r--r-- | static/vuetify-logo.svg | 1 |
4 files changed, 12 insertions, 0 deletions
diff --git a/static/README.md b/static/README.md new file mode 100644 index 0000000..cf00435 --- /dev/null +++ b/static/README.md @@ -0,0 +1,11 @@ +# STATIC + +**This directory is not required, you can delete it if you don't want to use it.** + +This directory contains your static files. +Each file inside this directory is mapped to `/`. +Thus you'd want to delete this README.md before deploying to production. + +Example: `/static/robots.txt` is mapped as `/robots.txt`. + +More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/assets#static). diff --git a/static/favicon.ico b/static/favicon.ico Binary files differnew file mode 100644 index 0000000..3632d0c --- /dev/null +++ b/static/favicon.ico diff --git a/static/v.png b/static/v.png Binary files differnew file mode 100644 index 0000000..a2ce235 --- /dev/null +++ b/static/v.png diff --git a/static/vuetify-logo.svg b/static/vuetify-logo.svg new file mode 100644 index 0000000..145b6d1 --- /dev/null +++ b/static/vuetify-logo.svg @@ -0,0 +1 @@ +<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 87.5 100"><defs><style>.cls-1{fill:#1697f6;}.cls-2{fill:#7bc6ff;}.cls-3{fill:#1867c0;}.cls-4{fill:#aeddff;}</style></defs><title>Artboard 46</title><polyline class="cls-1" points="43.75 0 23.31 0 43.75 48.32"/><polygon class="cls-2" points="43.75 62.5 43.75 100 0 14.58 22.92 14.58 43.75 62.5"/><polyline class="cls-3" points="43.75 0 64.19 0 43.75 48.32"/><polygon class="cls-4" points="64.58 14.58 87.5 14.58 43.75 100 43.75 62.5 64.58 14.58"/></svg> |
