Header

From Alterealitiky

(Difference between revisions)
 
(5 intermediate revisions not shown)
Line 3: Line 3:
  body {
  body {
     color: grey;
     color: grey;
-
     links: green;
+
     bg: yellow;
  }
  }
  </style>
  </style>
-
 
+
  <script type="text/javascript">
  <script type="text/javascript">
   //Feel free to add your javascript code here.
   //Feel free to add your javascript code here.
  </script>
  </script>

Current revision as of 09:04, 11 June 2007

<style type="text/css">

body {
   color: grey;
   bg: yellow;
}
</style>

<script type="text/javascript">
  //Feel free to add your javascript code here.
</script>
Personal tools