diff --git a/shrines/cassettebeasts/js/cb-components.js b/shrines/cassettebeasts/js/cb-components.js index 965fbb80..d8c012ce 100644 --- a/shrines/cassettebeasts/js/cb-components.js +++ b/shrines/cassettebeasts/js/cb-components.js @@ -26,7 +26,7 @@ function getTodayEvent() { const date = new Date(); const month = date.getMonth() + 1; const day = date.getDate(); - + if (month == 4 && day == 26) return "CB Anniversary"; else if (month == 9 && day == 12) @@ -61,6 +61,7 @@ document.querySelector(".navbar").innerHTML = `
  • Game Log
  • Featured
  • Trivia
  • +
  • Resources
  • Main Site
  • `; diff --git a/shrines/cassettebeasts/resources.html b/shrines/cassettebeasts/resources.html new file mode 100644 index 00000000..5170ce04 --- /dev/null +++ b/shrines/cassettebeasts/resources.html @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + Resources | Cassette Beasts Shrine | Leilukin's Hub + + +
    + +
    + +
    + + +
    +
    +

    Resources

    +

    Here is a collection of resources for Cassette Beasts.

    +
    + +
    +

    Wiki

    + +
    + +
    +

    Discussions

    + +
    + +
    +

    Graphics

    + +
    + +
    +

    Game Guides

    + +
    + +
    +

    Mods

    + +
    +
    + + + +
    + + + \ No newline at end of file diff --git a/sitemap.html b/sitemap.html index 45c770c9..3577951b 100644 --- a/sitemap.html +++ b/sitemap.html @@ -117,6 +117,7 @@
  • Game Log
  • Featured
  • Trivia
  • +
  • Resources
  • Links