My Lovely Horse inspiration.
via youtube.com
Awesome, help them get to 500k views.
Comments [1]
------------------------------------------------------------------
Matthew Bernstein - www.MattBernstein.co.uk
Comments [1]
<html>
<body>
<script type=”text/javascript”>
// Be nice this is my first attempt :D
var name; name=”Matt “;
var second; second=”Bernstein”;
var java;
java=” can now write crappy Javascript!”;
var full; full=name+second+java;
document.write(full);
</script>
</body>
</html>
Comments [0]
Comments [0]