/html-website_flip_book

A simple web dashboard that will flip web pages after a defined interval.

Primary LanguageHTMLThe UnlicenseUnlicense


HTML Badge
GitHub Badge Email Badge BuyMeACoffee Badge
Bronze


Website Flip Book

An HTML flip book that allows you to flip through multiple web pages within a specificed time range.


Table of Contents

Getting Started

Update the website_flip_book.html file with the URLs you want to flip through.

  • The URLs are stored in an array, so you can add as many as you want and set the time for each page to display.
  • They will be displayed in the order they are listed in the array.
dashboards: [
    {url: "http://localhost/web_page_1.html", time: 15},
    {url: "http://localhost/web_page_2.html", time: 15},
]

Resources

License

This project is released under the terms of The Unlicense, which allows you to use, modify, and distribute the code as you see fit.

  • The Unlicense removes traditional copyright restrictions, giving you the freedom to use the code in any way you choose.
  • For more details, see the LICENSE file in this repository.

Credits

Author: Scott Grivner
Email: scott.grivner@gmail.com
Website: scottgrivner.dev
Reference: Main Branch