Header
From Alterealitiky
(Difference between revisions)
(20 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<style type="text/css"> | <style type="text/css"> | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
body { | body { | ||
- | color: | + | color: grey; |
+ | bg: yellow; | ||
} | } | ||
- | |||
</style> | </style> | ||
- | + | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
- | // | + | //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>