r3d_s0urc3
3 years ago in HTML
<html>
<head>
<title>r3d_s0urc3</title>
<style>
@import url("");
html, body {
width: 100%;
height: 100%;
margin: 0;
}
* {
font-family: 'Press Start 2P', cursive;
box-sizing: border-box;
}
#app {
padding: 1rem;
background: black;
display: flex;
height: 100%;
justify-content: center;
align-items: center;
color: #ff0000;
text-shadow: 0px 0px 10px;
font-size: 2rem;
flex-direction: column;
}
#app .txt {
font-size: 1.0rem;
height: 100%;
justify-content: center;
align-items: center;
}
@keyframes blink {
0% {
opacity: 0;
}
49% {
opacity: 0;
}
50% {
opacity: 1;
}
100% {
opacity: 1;
}
}
</style>
</head>
<body>
<div id="app">
<img src="https://pbs.twimg.com/profile_images/559357036522377216/9W-4ZWJM_400x400.jpeg" width="300" heigth="100"title="by r3d_s0urc3">
<br />
<div></div>
<br />
<center><div class="txt">
<div> pwned by: ./r3d_s0urc3 </div>
<br />
<div> Brazilian hacker </div>
</div>
</div>
</body>
</html>