diff --git a/README.md b/README.md new file mode 100644 index 0000000..5e12af1 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# XIVHUNT + +Hunt train tracker for FFXIV Stormblood and Shadowbringers A Ranks. diff --git a/css/style.css b/html/css/style.css similarity index 100% rename from css/style.css rename to html/css/style.css diff --git a/img/blueflag.png b/html/img/blueflag.png similarity index 100% rename from img/blueflag.png rename to html/img/blueflag.png diff --git a/img/redflag.png b/html/img/redflag.png similarity index 100% rename from img/redflag.png rename to html/img/redflag.png diff --git a/img/sb/01.jpg b/html/img/sb/01.jpg similarity index 100% rename from img/sb/01.jpg rename to html/img/sb/01.jpg diff --git a/img/sb/02.jpg b/html/img/sb/02.jpg similarity index 100% rename from img/sb/02.jpg rename to html/img/sb/02.jpg diff --git a/img/sb/03.jpg b/html/img/sb/03.jpg similarity index 100% rename from img/sb/03.jpg rename to html/img/sb/03.jpg diff --git a/img/sb/04.jpg b/html/img/sb/04.jpg similarity index 100% rename from img/sb/04.jpg rename to html/img/sb/04.jpg diff --git a/img/sb/05.jpg b/html/img/sb/05.jpg similarity index 100% rename from img/sb/05.jpg rename to html/img/sb/05.jpg diff --git a/img/sb/06.jpg b/html/img/sb/06.jpg similarity index 100% rename from img/sb/06.jpg rename to html/img/sb/06.jpg diff --git a/img/sb/07.jpg b/html/img/sb/07.jpg similarity index 100% rename from img/sb/07.jpg rename to html/img/sb/07.jpg diff --git a/img/sb/08.jpg b/html/img/sb/08.jpg similarity index 100% rename from img/sb/08.jpg rename to html/img/sb/08.jpg diff --git a/img/sb/09.jpg b/html/img/sb/09.jpg similarity index 100% rename from img/sb/09.jpg rename to html/img/sb/09.jpg diff --git a/img/sb/10.jpg b/html/img/sb/10.jpg similarity index 100% rename from img/sb/10.jpg rename to html/img/sb/10.jpg diff --git a/img/sb/11.jpg b/html/img/sb/11.jpg similarity index 100% rename from img/sb/11.jpg rename to html/img/sb/11.jpg diff --git a/img/sb/12.jpg b/html/img/sb/12.jpg similarity index 100% rename from img/sb/12.jpg rename to html/img/sb/12.jpg diff --git a/img/shb/01.jpg b/html/img/shb/01.jpg similarity index 100% rename from img/shb/01.jpg rename to html/img/shb/01.jpg diff --git a/img/shb/02.jpg b/html/img/shb/02.jpg similarity index 100% rename from img/shb/02.jpg rename to html/img/shb/02.jpg diff --git a/img/shb/03.jpg b/html/img/shb/03.jpg similarity index 100% rename from img/shb/03.jpg rename to html/img/shb/03.jpg diff --git a/img/shb/04.jpg b/html/img/shb/04.jpg similarity index 100% rename from img/shb/04.jpg rename to html/img/shb/04.jpg diff --git a/img/shb/05.jpg b/html/img/shb/05.jpg similarity index 100% rename from img/shb/05.jpg rename to html/img/shb/05.jpg diff --git a/img/shb/06.jpg b/html/img/shb/06.jpg similarity index 100% rename from img/shb/06.jpg rename to html/img/shb/06.jpg diff --git a/img/shb/07.jpg b/html/img/shb/07.jpg similarity index 100% rename from img/shb/07.jpg rename to html/img/shb/07.jpg diff --git a/img/shb/08.jpg b/html/img/shb/08.jpg similarity index 100% rename from img/shb/08.jpg rename to html/img/shb/08.jpg diff --git a/img/shb/09.jpg b/html/img/shb/09.jpg similarity index 100% rename from img/shb/09.jpg rename to html/img/shb/09.jpg diff --git a/img/shb/10.jpg b/html/img/shb/10.jpg similarity index 100% rename from img/shb/10.jpg rename to html/img/shb/10.jpg diff --git a/img/shb/11.jpg b/html/img/shb/11.jpg similarity index 100% rename from img/shb/11.jpg rename to html/img/shb/11.jpg diff --git a/img/shb/12.jpg b/html/img/shb/12.jpg similarity index 100% rename from img/shb/12.jpg rename to html/img/shb/12.jpg diff --git a/index.html b/html/index.html similarity index 100% rename from index.html rename to html/index.html diff --git a/js/flag.js b/html/js/flag.js similarity index 100% rename from js/flag.js rename to html/js/flag.js diff --git a/sb/index.html b/html/sb/index.html similarity index 100% rename from sb/index.html rename to html/sb/index.html diff --git a/shb/index.html b/html/shb/index.html similarity index 100% rename from shb/index.html rename to html/shb/index.html