Skip to content

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

License

Notifications You must be signed in to change notification settings

scottgriv/html-website_flip_book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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: [email protected]
Website: scottgrivner.dev
Reference: Main Branch


About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages