This repository has been archived on 2025-08-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
discourse/components/video-overlay/common/header.html
T
2025-03-11 13:38:58 -07:00

8 lines
141 B
HTML

<video
id="overlay-video"
autoplay={true}
loop={true}
muted={true}
playsinline={true}
src="https://cdn.nhcarrigan.com/overlay.webm"
></video>