User:Lbattich

From XPUB & Lens-Based wiki
Revision as of 19:20, 11 September 2014 by Lbattich (talk | contribs)

this is some eading text

this is some more heading text

  • a bullet point
    • another bullet point

more heading

  1. 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>

  1. [1], yep, the reference is here