Changes to be committed:

deleted:    beloit/menu.png
	new file:   clay/menu.avi
	deleted:    clay/menu.png
	modified:   docker/entrypoint.sh
	modified:   index.html
	deleted:    st_marys/menu.png
This commit is contained in:
2026-01-21 19:01:13 -06:00
parent 5f563469f7
commit 03d80bdeda
6 changed files with 5 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
background-color: black; /* Prevents white flash during load */
}
img {
video {
width: 100vw;
height: 100vh;
display: block;
@@ -24,6 +24,8 @@
</style>
</head>
<body>
<img src="*LOCATION/menu.png" alt="Menu Image">
<video src="*LOCATION/menu.avi" muted="" autoplay="" loop=""></video>
<!-- <img src="*LOCATION/menu.png" alt="Menu Image"> -->
</body>
</html>