
Kod:
<html>
<head>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/howler/2.0.3/howler.min.js"></script>
<title>BYPATNOS</title>
<meta property="og:image" content="https://s1.postimg.org/13pocq3san/5h311-1nj3c706.jpg">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<style type="text/css">
@import url('https://fonts.googleapis.com/css?family=Nunito');
@import url('https://fonts.googleapis.com/css?family=Poiret+One');
body, html {
height: 100%;
background: black;
margin: 0;
}
#particles-js {
width: 100%;
height: 100%;
position: fixed;
top: 0px;
z-index: 1;
}
h1 {
font: 2.5em Cinzel, serif;
font-weight: 400;
letter-spacing: .35em;
color: white;
text-shadow: 0 0 25px rgba(254,254,255,.85);
animation: glow 1.5s ease-in-out infinite alternate;
}
@keyframes glow {
from {
text-shadow: 0 0 10px white, 0 0 20px white, 0 0 30px white;
}
to {
text-shadow: 0 0 20px red, 0 0 30px red, 0 0 40px red;
}
}
.center {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
height: 100vh;
}
img {
width: 500px;
height: 500px;
display: block;
margin: 20px auto;
}
input {
width: 200px;
text-align: center;
font-size: 16px;
margin-top: 20px;
}
</style>
</head>
<body>
<div id="particles-js"></div>
<div class="center">
<h1>BYPATNOS</h1>
<img src="https://media0.giphy.com/media/v1.Y2lkPTc5MGI3NjExODZheGhldDNxaDQ3Mjc3a2JiYWR1ZmI0aTlpcmQydzNqdnpxemJ5aSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/R1WNUUcadtqtHAvJ2X/giphy.gif" alt="Defaced Image">
</div>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/particles.js/2.0.0/particles.min.js"></script>
<script type="text/javascript">
particlesJS('particles-js', {
"particles": {
"number": { "value": 80, "density": { "enable": true, "value_area": 800 } },
"color": { "value": "#ffffff" },
"shape": { "type": "circle" },
"opacity": { "value": 0.5 },
"size": { "value": 5 },
"line_linked": { "enable": true, "distance": 150, "color": "#ffffff", "opacity": 0.4, "width": 1 },
"move": { "enable": true, "speed": 6 }
},
"interactivity": {
"events": {
"onhover": { "enable": true, "mode": "repulse" },
"onclick": { "enable": true, "mode": "push" }
}
},
"retina_detect": true
});
</script>
</body>
</html>





