User:Lbattich: Difference between revisions

From XPUB & Lens-Based wiki
(Created page with "== this is some eading text == === this is some more heading text === * a bullet point ** another bullet point === more heading === # a numbered item == some more headin...")
 
No edit summary
Line 11: Line 11:


== some more heading ==
== some more heading ==
A reference <ref name="test">[http://www.lucasbattich.com/], yep, the reference is here</ref>
<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>

Revision as of 19:20, 11 September 2014

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