Load several HTML pages one after the other

For an info screen I use different HTML pages that run through. For this I use the following line in the code to load the new page after a few seconds.

<meta http-equiv="refresh" content="16; URL=openinghours.html">

Thus, each HTML file specifies which is the next page.

Due to new information I have to delete some HTML pages from the run or add new ones every few weeks. For this also in other files the name of the next page must be updated.

Is there a simple way with Javascript or similar that I can centrally define which pages are shown in which order without always having to define this in the each HTML file?