mirror of
https://github.com/byReqz/youtube-landingpage.git
synced 2024-11-23 12:34:55 +00:00
35 lines
1.1 KiB
HTML
35 lines
1.1 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
|
||
|
<title>byReqz.de</title>
|
||
|
<meta name="description" content="Website von byReqz">
|
||
|
<link rel="icon" type="image/ico" href="index.html">
|
||
|
<link rel="stylesheet" href="style.css">
|
||
|
<link rel="stylesheet" href="animate.css">
|
||
|
<script src="title.js"></script>
|
||
|
<script src="jquery.js"></script>
|
||
|
<script src="marquee.js"></script>
|
||
|
<script src="main.js"></script>
|
||
|
<script src="randombg.js"></script>
|
||
|
|
||
|
<body>
|
||
|
<div class="backgroundvideo1" style="position: fixed; z-index: -99; width: 100%; height: 100%">
|
||
|
<iframe frameborder="0" height="100%" width="100%"
|
||
|
src="https://www.youtube.com/embed/zA3eTLvmN1k?autoplay=1&controls=0&showinfo=0&autohide=1">
|
||
|
</iframe>
|
||
|
</div>
|
||
|
<div id="center">
|
||
|
<div class="animated fadeInDown">
|
||
|
<pre style="font-size: 25px">byReqz</pre>
|
||
|
</div>
|
||
|
<div class="animated fadeIn">
|
||
|
</div>
|
||
|
<div class="animated fadeInUp">
|
||
|
<pre><a href="https://github.com/byreqz/glitch-landingpage2">back to Github</a></pre>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|
||
|
|
||
|
|