diff options
| author | Horus | 2021-01-15 11:18:20 +0100 |
|---|---|---|
| committer | Horus | 2021-01-15 11:18:20 +0100 |
| commit | ad6c3e31f61cfbd8273ca0ebecca821e836625aa (patch) | |
| tree | 2f5549d8c115f5ff98785757e99b13b6b3b926e5 | |
| parent | 6393afb5768bab14167ce5064e16b3d090c741ef (diff) | |
| download | untrack-ad6c3e31f61cfbd8273ca0ebecca821e836625aa.tar.gz | |
Move stuff to public/ directory.
| -rw-r--r-- | public/css/prod.min.css (renamed from css/prod.min.css) | 0 | ||||
| -rw-r--r-- | public/img/paw-144.png (renamed from img/paw-144.png) | bin | 17742 -> 17742 bytes | |||
| -rw-r--r-- | public/img/paw-512.png (renamed from img/paw-512.png) | bin | 140909 -> 140909 bytes | |||
| -rw-r--r-- | public/img/paw-small.png (renamed from img/paw-small.png) | bin | 19354 -> 19354 bytes | |||
| -rw-r--r-- | public/index.php (renamed from index.php) | 0 | ||||
| -rw-r--r-- | public/manifest.json (renamed from manifest.json) | 0 | ||||
| -rw-r--r-- | public/resolve.php (renamed from resolve.php) | 2 | ||||
| -rw-r--r-- | public/serviceworker.js (renamed from serviceworker.js) | 0 |
8 files changed, 1 insertions, 1 deletions
diff --git a/css/prod.min.css b/public/css/prod.min.css index eba613c..eba613c 100644 --- a/css/prod.min.css +++ b/public/css/prod.min.css diff --git a/img/paw-144.png b/public/img/paw-144.png Binary files differindex 1a56dda..1a56dda 100644 --- a/img/paw-144.png +++ b/public/img/paw-144.png diff --git a/img/paw-512.png b/public/img/paw-512.png Binary files differindex d67292f..d67292f 100644 --- a/img/paw-512.png +++ b/public/img/paw-512.png diff --git a/img/paw-small.png b/public/img/paw-small.png Binary files differindex 847da33..847da33 100644 --- a/img/paw-small.png +++ b/public/img/paw-small.png diff --git a/index.php b/public/index.php index 1ca22fc..1ca22fc 100644 --- a/index.php +++ b/public/index.php diff --git a/manifest.json b/public/manifest.json index 80e2cf2..80e2cf2 100644 --- a/manifest.json +++ b/public/manifest.json diff --git a/resolve.php b/public/resolve.php index 4df1c8c..b103009 100644 --- a/resolve.php +++ b/public/resolve.php @@ -1,6 +1,6 @@ <?php # TODO rate limiting -require_once __DIR__ . '/vendor/autoload.php'; +require_once __DIR__ . '/../vendor/autoload.php'; use GuzzleHttp\Client; diff --git a/serviceworker.js b/public/serviceworker.js index f765d1c..f765d1c 100644 --- a/serviceworker.js +++ b/public/serviceworker.js |
