An HTML
flip book that allows you to flip through multiple web pages within a specificed time range.
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},
]
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.
Author: Scott Grivner
Email: scott.grivner@gmail.com
Website: scottgrivner.dev
Reference: Main Branch