mirror of
https://github.com/byReqz/glitch-landingpage2.git
synced 2024-11-21 13:23:14 +00:00
34 lines
1015 B
HTML
34 lines
1015 B
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>
|
||
|
|
||
|
<body>
|
||
|
<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>
|
||
|
<audio autoplay="" loop="" id="player">
|
||
|
<source src="music/music.mp3">
|
||
|
<script>
|
||
|
var audio = document.currentScript.parentElement;
|
||
|
audio.volume = 0.2;
|
||
|
</script>
|
||
|
</audio>
|
||
|
<body style="background-image: url('video/bg.gif')">
|
||
|
</html>
|