Reference uploaded video in index page

This commit is contained in:
Ray 2024-08-22 14:37:47 +10:00 committed by GitHub
parent df7fd43eb6
commit 57098ce427
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@
<link rel="stylesheet" href="styles.css"> <link rel="stylesheet" href="styles.css">
</head> </head>
<body> <body>
<video autoplay muted loop id="bg-video">
<source src="assets/background_video.mp4" type="video/mp4">
Your browser does not support HTML5 video.
</video>
<div class="centered-content"> <div class="centered-content">
<h1>reiyua</h1> <h1>reiyua</h1>
</div> </div>