User:Lbattich
this is some eading text
this is some more heading text
- a bullet point
- another bullet point
more heading
- a numbered item
some more heading
A reference [1]
<script type="text/javascript">
var colour = "rgb("+Math.floor((Math.random()*255)+1) +","+Math.floor((Math.random()*255)+1)+","+Math.floor((Math.random()*255)+1)+")"; document.body.style.backgroundColor=colour;
</script>