mbround18 / wiki-js-timeline

WikiJS Timeline source code

Home Page:https://wiki.boop.ninja/en/dungeons-and-dragons/birth-of-new-legends/characters/garth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wiki-js-timeline

Usage

Page Source

<main>
  <section class="intro-text">
    <div class="container">
      <h1>Title Here</h1>
      <p>
        Description here
      </p>
    </div>
  </section>

  <section class="timeline-section">
    <ul id="timeline"></ul>
  </section>
</main>

Script Source

<script
  src="https://cdnjs.cloudflare.com/ajax/libs/axios/0.27.2/axios.min.js"
  integrity="sha512-odNmoc1XJy5x1TMVMdC7EMs3IVdItLPlCeL5vSUPN2llYKMJ2eByTTAIiiuqLg+GdNr9hF6z81p27DArRFKT7A=="
  crossorigin="anonymous"
  referrerpolicy="no-referrer"
></script>
<script defer>
  // The content here should be from script.js
</script>

Style Source

Paste in the style.css

Examples

Sources

Original Timeline Source

About

WikiJS Timeline source code

https://wiki.boop.ninja/en/dungeons-and-dragons/birth-of-new-legends/characters/garth

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:CSS 49.5%Language:JavaScript 39.5%Language:HTML 11.0%