From 30819d1c9f2d569433c1497bb0fcb012e6dbc8c4 Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Thu, 24 Feb 2022 20:37:40 +0100 Subject: [PATCH] Move into a subdir --- README.md | 6 +- index.html | 371 ----------------------------------------------------- 2 files changed, 3 insertions(+), 374 deletions(-) delete mode 100644 index.html diff --git a/README.md b/README.md index 68a9798..0c6e106 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Relies on data from [Justwatch.com](https://www.justwatch.com/). ## Usage -Just open `index.html` with your browser. +Just open `public/index.html` with your browser. ## Serve it with a web server @@ -27,7 +27,7 @@ server { server_name multiwatch.example.com; location / { - root /path/to/multiwatch; + root /path/to/multiwatch/public; index index.html; } } @@ -45,7 +45,7 @@ server { } ``` -Then, edit the API domain in the `index.html` to match your configuration. For +Then, edit the API domain in the `public/index.html` to match your configuration. For the above snippet, this would result in: ```js diff --git a/index.html b/index.html deleted file mode 100644 index 4545ef7..0000000 --- a/index.html +++ /dev/null @@ -1,371 +0,0 @@ - - - - - Multiwatch - - - - - -
-

Multiwatch

-

Back

- -

{{ error }}

- -
-

Search

- -
-

- - -

-

Countries

-
-
- - -
-
-

- -

-
-
-
-
    -
  • - -
  • -
-
-
-
    -
  • - -
  • -
-
-
-
-

{{ availableLocales[locale] }}

- -

None

-
-
-
- - -