Add email address under header

This commit is contained in:
Ray 2024-08-22 14:58:33 +10:00 committed by GitHub
parent 1ba86c8ae9
commit 163d1b2184
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -11,14 +11,15 @@
<link href="https://fonts.googleapis.com/css2?family=Jersey+10&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Jersey+10&display=swap" rel="stylesheet">
</head> </head>
<body> <body>
<video autoplay muted loop id="bg-video"> <video autoplay muted loop id="bg-video">
<source src="assets/background_video.mp4" type="video/mp4"> <source src="assets/background_video.mp4" type="video/mp4">
Your browser does not support HTML5 video. Your browser does not support HTML5 video.
</video> </video>
<div class="centered-content"> <div class="centered-content">
<h1>reiyua</h1> <h1>reiyua</h1>
<p class="email">rei@reiyua.lol</p>
</div> </div>
<div class="credit"> <div class="credit">
Video by <a href="https://www.pexels.com/video/an-orange-liquid-paint-in-motion-5649211/" target="_blank" rel="noopener noreferrer">Dan Cristian Pădureț</a> from Pexels Video by <a href="https://www.pexels.com/video/an-orange-liquid-paint-in-motion-5649211/" target="_blank" rel="noopener noreferrer">Dan Cristian Pădureț</a> from Pexels
</div> </div>
</body> </body>