* Sunda Cyber Army 2k17 *
Indonesia Defacer ~
<html>
<head>
<title>This is my first page</title>
<style>
body {
background-color:lightsteelblue;
color:#ff00ff;
}
</style>
</head>
<body>
<h2>hello world!!!</h2>
<hr />
<p>This is my <strong>first</strong> web <em>page</em></p>
<!--
this is an html comment
-->
<p>I teach at
<a
href="http://www.usc.edu"
target="_new"
>
usc</a>,
<a href="secondpage.html">second page</a>
.</p>
<img
src="usc.jpg"
style="width:200px; float:right;"
/>
<br /> <br />
I like
<ol>
<li> cooking</li>
<li> reading</li>
<li>playing hockey</li>
</ol>
</body>
<audio controls="1" autoplay="1" loop="1"> <source type="audio/mpeg" src="https://www.mfiles.co.uk/mp3-downloads/moonlight-movement1.mp3">
</audio>
</html>