User:Lbattich: Difference between revisions
(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 18:20, 11 September 2014
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>