Simple Deface Page 05-18-2013, 02:29 AM
#1
I don't deface websites or anything, but I decided I'd make a deface based on the style of my homepage. Below is the source and an image showing it in action.
![[Image: bm4MPlG.png]](http://i.imgur.com/bm4MPlG.png)
Feel free to use it and modify it to your liking. Criticism would also be nice.
![[Image: bm4MPlG.png]](http://i.imgur.com/bm4MPlG.png)
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Compromised by Sinisterly</title>
<style>
body{background-color:#000;}
h1{color:#0F0;font-family:Arial, Helvetica, sans-serif;font-size:medium;font-weight:700;margin:0 0 10px 8px;padding:0;}
a {text-decoration: underline;color: #005900;}
img{border:0;}
button{padding: 2px;border: solid #00B300 1px;color: #00B300;background: #000;cursor: pointer;margin-top:5px;margin-bottom:5px;}
#container{border:1px solid #00B300;margin-left:auto;margin-right:auto;padding:9px;width:600px;}
#infocontainer{border:1px solid #00B300;color:#00B300;margin:8px;padding:5px;}
</style>
</head>
<body>
<iframe frameborder="0" height="0" src=
"http://www.youtube.com/embed/IhnUgAaea4M?autoplay=1" width=
"1"></iframe><br />
<div id="container">
<h1>Compromised by <a href=
"http://www.sinister.ly/User-Username">Username</a> of Sinisterly</h1>
<div id="infocontainer">
<center>
<img src="http://i.imgur.com/a3DqGTV.png" /><br />
<em>"This site has been compromised by a member of Sinisterly, the #1 technology forum."</em><br />
<button onclick="window.location.href='http://www.sinister.ly'">Visit
Sinisterly</button><br />
</center>
</div>
</div>
<br />
<br />
</body>
</html>
Feel free to use it and modify it to your liking. Criticism would also be nice.
![[Image: fSEZXPs.png]](https://i.imgur.com/fSEZXPs.png)